senpost
3/23/2011 - 5:29 AM

Use caps lock for Arrow movement

Use caps lock for Arrow movement

Capslock::
{
	Gui, 93:+Owner ; prevent display of taskbar button
	Gui, 93:Show, y-99999 NA, Enable nav-hotkeys
	KeyWait, Capslock ; wait until the Capslock button is released
	Gui, 93:Cancel
	Return
}

#IfWinExist, Enable nav-hotkeys
   *i::Send {Blind}{Up}
   *k::Send {Blind}{Down}
   *l::Send {Blind}{Right} 
   *j::Send {Blind}{Left}   
#IfWinExist, ; end context-sensitive block