geekhack

geekhack Community => Keyboards => Topic started by: Bluemercury on Sat, 01 December 2007, 11:22:35

Title: Does anyone knows a decent keystroke combination program
Post by: Bluemercury on Sat, 01 December 2007, 11:22:35
Since im using an US type keyboard, its missing one key regarding to the european layout keyboard, the "< >" key, so i need to use a combination of keys to get access to this one. Any ideas?

thanks.
Title: Does anyone knows a decent keystroke combination program
Post by: karlito on Sat, 01 December 2007, 12:45:05
http://www.autohotkey.com
Title: Does anyone knows a decent keystroke combination program
Post by: iMav on Sat, 01 December 2007, 13:03:27
Quote from: karlito
http://www.autohotkey.com

Auto hotkey, eh?  Never heard of it.

Have you mentioned it at all before?  ;)
Title: Does anyone knows a decent keystroke combination program
Post by: karlito on Sat, 01 December 2007, 16:35:33
Quote from: iMav
Quote from: karlito
http://www.autohotkey.com

Auto hotkey, eh?  Never heard of it.

Have you mentioned it at all before?  ;)


I should make it my signature lol
Title: Does anyone knows a decent keystroke combination program
Post by: Mikecase00 on Mon, 03 December 2007, 11:27:42
I use autohotkey to swap ctrl and caps on my board in Windows.  Seems pretty configurable so I'm sure you could come up with all sorts of mapping combos.  Works well, but only when you're logged in (I have to remeber to use the actual ctrl key when hitting ctrl+alt+delete to log-in in the morning for example)
Title: Does anyone knows a decent keystroke combination program
Post by: Bluemercury on Mon, 03 December 2007, 12:18:44
Sorry for not answering but for some reason this last 2 days i couldnt get in the site.

thks going to test it.
Title: Does anyone knows a decent keystroke combination program
Post by: karlito on Mon, 03 December 2007, 14:52:24
Quote from: Mikecase00
I use autohotkey to swap ctrl and caps on my board in Windows.  Seems pretty configurable so I'm sure you could come up with all sorts of mapping combos.  Works well, but only when you're logged in (I have to remeber to use the actual ctrl key when hitting ctrl+alt+delete to log-in in the morning for example)


you want key tweak for this kind of stuff. I.E. simply remapping a key.
http://webpages.charter.net/krumsick/

it changes the windows registry so you should then be able to hit capslock+alt+del to login.
Title: Does anyone knows a decent keystroke combination program
Post by: Bluemercury on Mon, 03 December 2007, 16:42:52
Quote from: karlito
http://www.autohotkey.com


I was trying to do a combination for the <> key, like this :

^n::<


but its not working, only with one key config like a::> or v::>

 any ideas?
Title: Does anyone knows a decent keystroke combination program
Post by: karlito on Mon, 03 December 2007, 16:47:30
you're going to need to explain what you're trying to do.

Are you trying to make it so Control+n sends the < character? If so you want:
^n::SendInput <
Title: Does anyone knows a decent keystroke combination program
Post by: Bluemercury on Mon, 03 December 2007, 17:05:18
That's it. thks