geekhack

geekhack Community => Keyboards => Topic started by: mougrim on Wed, 16 July 2014, 14:20:09

Title: Best app for keys remapping? (Windows)
Post by: mougrim on Wed, 16 July 2014, 14:20:09
Anyone knows one - preferably, freeware and Windows 8 compatible?
Title: Re: Best app for keys remapping? (Windows)
Post by: HoffmanMyster on Wed, 16 July 2014, 14:44:27
Well AutoHotKey works pretty well.  Or are you looking for something else with different features?
Title: Re: Best app for keys remapping? (Windows)
Post by: SpAmRaY on Wed, 16 July 2014, 14:47:30
keytweak (not sure on win 8 compatibility) has been recommended by others in the past. (thanks to esoomenona who recommended it a long time ago)
Title: Re: Best app for keys remapping? (Windows)
Post by: SonOfSonOfSpock on Wed, 16 July 2014, 18:33:00
AutoHotKey is pretty great. I'd recommend it in most cases. It's only downside is that it takes a little bit of time to learn. I've also used SharpKeys. I used it for a while when I only had one key I wanted to remap.
Title: Re: Best app for keys remapping? (Windows)
Post by: mougrim on Wed, 16 July 2014, 23:49:34
Thank you. I'll try this progs :)

I want to remap caps lock to act as control on my Model F.
Title: Re: Best app for keys remapping? (Windows)
Post by: solar on Thu, 17 July 2014, 00:46:09
I can vouch for both of these apps! 
Title: Re: Best app for keys remapping? (Windows)
Post by: ShawnMeg on Thu, 17 July 2014, 00:54:47
I tried keytweak on both my work Win 7 box and home Vista box.  It works well, but be careful that there's some malware that may be installed with it.  I may not have been careful when installing it and neglected to decline installing other 3rd party programs.

I used it for my Model M to map my right Alt to Windows Key.  Also, I mapped Scroll lock and Print Screen to Volume Up/Down, right CTRL to Mute. 
Title: Re: Best app for keys remapping? (Windows)
Post by: quake4mhg on Thu, 17 July 2014, 02:05:00
AutoHotKey works for me many years :D
Title: Re: Best app for keys remapping? (Windows)
Post by: atlas3686 on Thu, 17 July 2014, 03:12:26
ye autohotkey is probably the best.
Title: Re: Best app for keys remapping? (Windows)
Post by: cribbit on Thu, 17 July 2014, 13:29:38
AHK is by far the best. You can range from super simple (<key>::<key> directly remaps a key) to more complex, such as full on logic for complex alt tab configurations. You can also do a whole messload of things your keyboard never could, such as setting windows to be always on top, removing borders, automatic resizing of windows, string replacement (autocorrect), and much more.