| View previous topic :: View next topic |
| Author |
Message |
muse
Joined: 01 Jun 2006 Posts: 14
|
Posted: Wed Apr 02, 2008 11:16 pm Post subject: Remapped key is not repeated automatically |
|
|
Hello,
I'm trying to remap Ctrl+j to DOWN in Total Commander:
The problem is that while I'm holding down CTRL and press j repeatedly, only one DOWN is sent unless I release CTRL and press again.
Thanks. |
|
| Back to top |
|
 |
Lexikos
Joined: 17 Oct 2006 Posts: 2737 Location: Australia, Qld
|
Posted: Thu Apr 03, 2008 4:18 am Post subject: |
|
|
Try:
Simple hotkeys like ^j are usually implemented with RegisterHotkey. $ forces AutoHotkey to implement the hotkey using the keyboard hook, which is generally more reliable. (Not supported on Win9x.) |
|
| Back to top |
|
 |
muse
Joined: 01 Jun 2006 Posts: 14
|
Posted: Thu Apr 03, 2008 4:25 am Post subject: my mistake |
|
|
Thank you. I was not aware of this $ prefix and learned something new today.
Though this issue is not related to ahk: I'm using synergy (http://synergy2.sf.net) these days and if I use the local keyboard instead, both ^j and $^j work correctly. |
|
| Back to top |
|
 |
|