AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

"Transparent" unmodded keys

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Wish List
View previous topic :: View next topic  
Author Message
Jabberwock
Guest





PostPosted: Fri Jul 09, 2004 10:18 pm    Post subject: "Transparent" unmodded keys Reply with quote

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

PostPosted: Sat Jul 10, 2004 2:17 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
Jabberwock
Guest





PostPosted: Sat Jul 10, 2004 8:47 am    Post subject: Thanks! Reply with quote

It works very well! It really gets things done faster, when you don't have to leave your home keys!
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Wish List All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group