| Author |
Message |
Topic: Reuse as normal keystroke a key also used as hotkey |
ictium
Replies: 3
Views: 121
|
Forum: Ask for Help Posted: Wed Nov 25, 2009 7:47 am Subject: Reuse as normal keystroke a key also used as hotkey |
Thank you for your post. As I said in a previous post I used this approach
I also used the workaround of prefixing "space & f::"
and it worked.
My feeling is that since spaceb ... |
Topic: Reuse as normal keystroke a key also used as hotkey |
ictium
Replies: 3
Views: 121
|
Forum: Ask for Help Posted: Sun Nov 22, 2009 4:23 pm Subject: Reuse as normal keystroke a key also used as hotkey |
I All,
I create a script that triggers when I hold down spacebar and press "f" key.
I noticed that once the script finishes running I cannot use the spacebar in normal text to insert a ... |
Topic: Control Down/Up detection when code finishes executing |
ictium
Replies: 3
Views: 91
|
Forum: Ask for Help Posted: Sat Nov 14, 2009 11:30 pm Subject: Control Down/Up detection when code finishes executing |
I meant :
#InstallKeybdHook
GetKeyState, state, Control
if state = D
Send {Control Down}
else
Send {Control Up} |
Topic: Control Down/Up detection when code finishes executing |
ictium
Replies: 3
Views: 91
|
Forum: Ask for Help Posted: Sat Nov 14, 2009 11:30 pm Subject: Control Down/Up detection when code finishes executing |
Problem solved. I added #InstallKeybdHook directive
GetKeyState, state, Control
if state = D
Send {Control Down}
else
Send {Control Up} |
Topic: Control Down/Up detection when code finishes executing |
ictium
Replies: 3
Views: 91
|
Forum: Ask for Help Posted: Sat Nov 14, 2009 7:52 pm Subject: Control Down/Up detection when code finishes executing |
Hi All,
I wrote an autoreplace AHK code that triggers when I use a shortcut involving the Ctrl key.
If I keep the Ctrl key hold down until the end of the execution of the code, I cannot use it combi ... |
Topic: AutoReplace of existing text |
ictium
Replies: 5
Views: 161
|
Forum: Ask for Help Posted: Fri Nov 13, 2009 7:50 pm Subject: Problem solved |
Hi HugoV & jaco0646,
My problem is solved. Thank you for your great help and responsiveness. |
Topic: AutoReplace of existing text |
ictium
Replies: 5
Views: 161
|
Forum: Ask for Help Posted: Fri Nov 13, 2009 5:29 pm Subject: Selecting the word at the left of cursor |
Hi jaco0646,
Thank you for the references.
"Triggering hotstrings via text selected in a window" is very helpful.
However "scan and correct text" is too complex in my case. What ... |
Topic: AutoReplace of existing text |
ictium
Replies: 5
Views: 161
|
Forum: Ask for Help Posted: Thu Nov 12, 2009 9:53 pm Subject: AutoReplace of existing text |
Hi,
I am new to AHK, but already looking for an improvement.
As far as I know, it allows to expand a short term that is entered by the user.
I would like to know if it could be used to expand a ... |
| |