| View previous topic :: View next topic |
| Author |
Message |
Jabberwock Guest
|
Posted: Fri Jul 09, 2004 10:18 pm Post subject: "Transparent" unmodded keys |
|
|
Maybe the feature is already there and I'm not doing it right...
What I did is to replace the LeftWin+J to emulate Ctrl-left arrow and LeftWin+K to emulate Ctrl-Right arrow.
This allows me to move the cursor left and right by one word in MSWord without leaving the touch typing keys. However, If I press Shift+LeftWin+J, it is not seen as Shift+Ctrl+Left arrow. It would be nice if in this case Shift was "seen-through" the scripr.
I cannot somehow set a script for Shift & LWin & J. Is it not accepting three-key input? |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10464
|
Posted: Sat Jul 10, 2004 2:17 am Post subject: |
|
|
The following should do the job:
<#j::Send ^{left}
<#k::Send ^{right}
<#+j::Send ^+{left}
<#+k::Send ^+{right}
In the above, the less-than sign makes it use the left windows key exclusively. You can remove that symbol to make it work with both keys.
Also, thanks to you, I found a minor bug that prevented the Shift-Win hotkeys from being used two or more times in a row. You can re-download and reinstall to get the fix. |
|
| Back to top |
|
 |
Jabberwock Guest
|
Posted: Sat Jul 10, 2004 8:47 am Post subject: Thanks! |
|
|
| It works very well! It really gets things done faster, when you don't have to leave your home keys! |
|
| Back to top |
|
 |
|