Caps Locks can't be remapping via AutoHotKey in Visual Studio 2013 -


i have following ahk file running remap caps locks control.

+capslock::capslock ; make shift+caps-lock caps lock toggle  capslock::control ; make caps lock control button 

it works on other applications atom, chrome, evernote, , ect. has problem visual studio 2013. caps locks still function caps locks. worth, if accidentally pressed caps locks in visual studio , close it, have reopen visual studio , press caps locks again cancel.

is there way solve issue?

problem solved. run ahk administrator, because ran visual studio 2013 in admin mode. if application run administrator, ahk should run same, otherwise malfunction.

thanks paul stelian , woxxom.


Comments