Author Topic: Does anyone knows a decent keystroke combination program  (Read 3596 times)

0 Members and 1 Guest are viewing this topic.

Offline Bluemercury

  • Thread Starter
  • Posts: 328
Does anyone knows a decent keystroke combination program
« 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.
Collection:
Das Keyboard II
Model M5-2
Model M5-1(considering selling this one)
Cherry G80-3000LCMPO with black switches
Cherry G80-5000HAMPO (Brown switches)
McAlly96
HHKP2 BNx2

Offline karlito

  • Posts: 157
    • http://altitudegame.com
Does anyone knows a decent keystroke combination program
« Reply #1 on: Sat, 01 December 2007, 12:45:05 »

Offline iMav

  • geekhack creator/founder
  • Location: Valley City, ND
  • "Τα εργαλεία σας είναι σημαντικά."
Does anyone knows a decent keystroke combination program
« Reply #2 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?  ;)

Offline karlito

  • Posts: 157
    • http://altitudegame.com
Does anyone knows a decent keystroke combination program
« Reply #3 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

Offline Mikecase00

  • Posts: 74
    • http://www.mikecase.net
Does anyone knows a decent keystroke combination program
« Reply #4 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)
IBM Model M 1391401 (dyed black) w/ keys from M-13
IBM M-13 Trackpoint (naturally black)
IBM Model M 1392934 SpaceSaver
Several plain IBM 1391401 Ms
Epson Equity Q203A
http://www.mikecase.net

Offline Bluemercury

  • Thread Starter
  • Posts: 328
Does anyone knows a decent keystroke combination program
« Reply #5 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.
Collection:
Das Keyboard II
Model M5-2
Model M5-1(considering selling this one)
Cherry G80-3000LCMPO with black switches
Cherry G80-5000HAMPO (Brown switches)
McAlly96
HHKP2 BNx2

Offline karlito

  • Posts: 157
    • http://altitudegame.com
Does anyone knows a decent keystroke combination program
« Reply #6 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.

Offline Bluemercury

  • Thread Starter
  • Posts: 328
Does anyone knows a decent keystroke combination program
« Reply #7 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?
Collection:
Das Keyboard II
Model M5-2
Model M5-1(considering selling this one)
Cherry G80-3000LCMPO with black switches
Cherry G80-5000HAMPO (Brown switches)
McAlly96
HHKP2 BNx2

Offline karlito

  • Posts: 157
    • http://altitudegame.com
Does anyone knows a decent keystroke combination program
« Reply #8 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 <

Offline Bluemercury

  • Thread Starter
  • Posts: 328
Does anyone knows a decent keystroke combination program
« Reply #9 on: Mon, 03 December 2007, 17:05:18 »
That's it. thks
Collection:
Das Keyboard II
Model M5-2
Model M5-1(considering selling this one)
Cherry G80-3000LCMPO with black switches
Cherry G80-5000HAMPO (Brown switches)
McAlly96
HHKP2 BNx2