Jump to content

http://autohotkey.com/board/forum/48-ask-for-help/

I tried starting a thread in the AutoHotkey forums, but it says "You cannot start a new topic" so I'm asking here.

;

I'm trying to use the Windows key as a Function key. One thing I'm trying to do is use w-a-s-d as up-left-down-right.

 

#w::Up
#a::Left
#s::Down
#d::Right
 
This actually works, but I want it to only register as the arrow keys. When I press Win+W, it registers as Win+UP instead of just UP.
How do I make it only register as the arrow keys alone?
Link to comment
https://linustechtips.com/topic/479273-need-help-with-autohotkey/
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×