| Author |
Message |
Forum: Support Topic: mapping lctrl for double-tap and while held down |
| adante |
|
Posted: June 11th, 2009, 11:03 am
|
|
Replies: 3 Views: 1551
|
| Why not just send a Control Up? Does that not work? Thanks - I had previously tried SendInput {LCtrl Up} just before the Run "C:\..., while this didn't work your suggested made me try putting it the LCtrl Up hotkey. This seems to work: LCtrl:: if (A_PriorHotKey = "LCtrl Up" AND A... |
|
 |
Forum: Support Topic: mapping lctrl for double-tap and while held down |
| adante |
|
Posted: June 10th, 2009, 3:37 pm
|
|
Replies: 3 Views: 1551
|
| Hi, I currently have a script which remaps my keyboard to do various shortcut functions when the left control is held down (I've remapped capslock to act as the ctrl button). The following code works nicely. LCtrl::LHRemap("On") LCtrl Up::LHRemap("Off") Now I'd al... |
|
 |
Forum: Support Topic: some simple control flow questions |
| adante |
|
Posted: April 20th, 2009, 2:44 am
|
|
Replies: 7 Views: 484
|
| Wow you guys are great. Thanks guys, much appareciated |
|
 |
Forum: Support Topic: some simple control flow questions |
| adante |
|
Posted: April 19th, 2009, 5:13 am
|
|
Replies: 7 Views: 484
|
| Ahh thanks for the tips jaco0646, I should learn to read documentation in more detail :) a follow up question: what is x::y doing exactly? It seems to be different from Send {y}, in that with the former, pressing shift+x will type Y (capitalised), while the latter will not. How can I perform the equ... |
|
 |
Forum: Support Topic: some simple control flow questions |
| adante |
|
Posted: April 18th, 2009, 3:38 pm
|
|
Replies: 7 Views: 484
|
| Howdy, these are some comically simple questions. I have a feeling I am not looking in the right place but if someone could take some time to answer them or point me to the appropriate documentation I'd appreciate it. Firstly, the script: MsgBox a x::y will show a MsgBox and remap x to y but the scr... |
|
 |
| Sort by: |