| Author |
Message |
Topic: [Unimportant] Caps Lock always Off, set to alw. ON,w/ timing |
TAB4217
Replies: 1
Views: 239
|
Forum: Bug Reports Posted: Tue Apr 15, 2008 9:58 pm Subject: caps lock ignored |
When AHK script is active (pausing it does not help), CapsLock has no effect (other than lighting the kbd status light). Why?
The problem is not with the kbd; CapsLock works normally after the scrip ... |
Topic: SendInput in Unicode mode |
TAB4217
Replies: 17
Views: 4868
|
Forum: Scripts & Functions Posted: Wed Oct 24, 2007 5:18 pm Subject: SendU: hex, or dec? |
But it seems that SendInputU requires a hex string while SendU works with a decimal string. For example, the following script sends twice the same Delta when F5 is hit:
F5:: ;Delta
SendU("091 ... |
Topic: SendInput in Unicode mode |
TAB4217
Replies: 17
Views: 4868
|
Forum: Scripts & Functions Posted: Thu Oct 18, 2007 10:59 pm Subject: SendInput in Unicode mode |
[code]
^F1::
KeyWait, Ctrl
SendInputU( ... )
return
***Why is KeyWait, Ctrl necessary? (An explanation would help me to understand the workings of AHK.)
Thank you.
TAB |
Topic: WinExist, regular expressions |
TAB4217
Replies: 1
Views: 155
|
Forum: Ask for Help Posted: Thu Oct 11, 2007 3:55 pm Subject: WinExist, regular expressions |
Consider the script:
SetTitleMatchMode 2
IfWinExist, OpenOffice.org Writer
...goes to THEN --as expected, since a window 'Untitled1 - OpenOffice.org Writer' exists (minimized), but
IfWinExis ... |
| |