Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
|
Lista Forumurilor Pe Tematici
|
Mrrrr's Forum (VIEW ONLY) | Reguli | Inregistrare | Login
POZE MRRRR'S FORUM (VIEW ONLY)
Nu sunteti logat.
|
Nou pe simpatie: Profil yasminsept
| Femeie 24 ani Bucuresti cauta Barbat 26 - 54 ani |
|
Mrrrr
AdMiN
Inregistrat: acum 17 ani
Postari: 2228
|
|
USAGE:
- select text - press one of the following key combinations for the desired output: ---> ALT + U to convert text to UPPER CASE ---> ALT + L to convert text to lower case ---> ALT + t to convert text to Title Case
!u::goSub, set_upper_case !l::goSub, set_lower_case !t::goSub, set_title_case
set_upper_case: set_lower_case: set_title_case: revert_clipboard := clipboardAll clipboard = send ^{c} clipWait, 0.3
if (a_thisLabel = "set_upper_case") stringUpper, clipboard, clipboard else if (a_thisLabel = "set_lower_case") stringLower, clipboard, clipboard else if (a_thisLabel = "set_title_case") stringLower, clipboard, clipboard, T
send ^{v} sleep 50 clipboard := revert_clipboard return
/* [script info] version = 1.2 description = change the case of selected text author = davebrny source = */ |
_______________________________________
|
|
pus acum 3 ani |
|