|
|
|
|
|
August 19th, 2007, 12:43 PM
|
Corporal
|
|
Join Date: Mar 2004
Location: Los Angeles, CA
Posts: 61
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Disable or re-map Hot-Key? [Resolved]
How do I disable or re-map hot-keys? I have accidentally pressed the 'e' key ... I really just want to disable the 'e'.
|
August 19th, 2007, 02:23 PM
|
|
National Security Advisor
|
|
Join Date: Sep 2003
Location: Eastern Finland
Posts: 7,110
Thanks: 145
Thanked 153 Times in 101 Posts
|
|
Re: Disable or re-map Hot-Key?
Impossible AFAIK.
|
August 19th, 2007, 02:25 PM
|
|
Major General
|
|
Join Date: Jan 2004
Location: Columbus, OH
Posts: 2,204
Thanks: 67
Thanked 49 Times in 31 Posts
|
|
Re: Disable or re-map Hot-Key?
1. Find a flat, metallic object. A butter knife will do well.
2. Pry up the E key.
3. Pry up any other key of the same size.
4. Interchange said keys.
Viola! You are done.
Jazzepi
|
August 19th, 2007, 08:06 PM
|
Corporal
|
|
Join Date: Mar 2004
Location: Los Angeles, CA
Posts: 61
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Re: Disable or re-map Hot-Key?
Because this really was bugging me and physically changeing the keys wouldn't help :-) (I don't look at my keyboard enough, that is the real problem) here is a cheesy hack that will re-map your 'e' key to 'r' ... so if you press 'e' you get the recruitment page. 'Cheesy' because it re-maps your entire XWindows session.
This only works on Linux ...
Script 1, change 'e' to 'r'
no_e_key.bash:
#!/bin/bash
xmodmap -e "keycode 26 = 0x0072" # make e --> r
And when you want your 'e' back:
yes_e_key.bash:
#!/bin/bash
xmodmap -e "keycode 26 = 0x0065" # make e --> e
Also, if you logout of your XWindows session the original settings will be back.
|
August 19th, 2007, 08:38 PM
|
|
Shrapnel Fanatic
|
|
Join Date: Oct 2003
Location: Vacaville, CA, USA
Posts: 13,736
Thanks: 341
Thanked 479 Times in 326 Posts
|
|
Re: Disable or re-map Hot-Key?
You could always include it in your xwindows startup script.
Yay! Another reason that Linux rules.
I would have been really surprisd if there was no way to do it in linux.
WARNING: Do not use Linux if you want to be able to ask a question and get an answer how to do it. Use Linux if you want to ask a question and get a hundred different answers on how to do it.
__________________
-- DISCLAIMER:
This game is NOT suitable for students, interns, apprentices, or anyone else who is expected to pass tests on a regular basis. Do not think about strategies while operating heavy machinery. Before beginning this game make arrangements for someone to check on you daily. If you find that your game has continued for more than 36 hours straight then you should consult a physician immediately (Do NOT show him the game!)
|
August 19th, 2007, 10:05 PM
|
|
General
|
|
Join Date: Jun 2003
Location: az
Posts: 3,069
Thanks: 41
Thanked 39 Times in 28 Posts
|
|
Re: Disable or re-map Hot-Key?
Use remapkey.exe for any systems using a Microsoft operating system. Very easy to use and no editing of the registry or yanking out keys from the keyboard.
Fun tool to play a trick on your friends too.
__________________
There can be only one.
|
August 20th, 2007, 08:24 AM
|
|
Major
|
|
Join Date: Oct 2006
Location: Bern, Switzerland
Posts: 1,109
Thanks: 14
Thanked 17 Times in 14 Posts
|
|
Re: Disable or re-map Hot-Key?
Quote:
Gandalf Parker said:
You could always include it in your xwindows startup script.
|
I think this would be to agressive, but just create a dom3 startscript with it.
something like this:
#!/bin/bash
xmodmap -e "keycode 26 = 0x0072" # make e --> r
./dom3_x86 #here you need the right path
read # just that it waits after the game started
xmodmap -e "keycode 26 = 0x0065" # make e --> e
|
August 20th, 2007, 07:41 PM
|
Corporal
|
|
Join Date: Mar 2004
Location: Los Angeles, CA
Posts: 61
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Re: Disable or re-map Hot-Key?
Hadrian_II, I like that script. I think I'll call it 'dom' and be happy about not accidentally moving on to the next turn.
FYI if you want a key other than 'r' remapped try the following command:
xmodmap -pk
Then substitute the Keysym value of the key you want ...
|
August 21st, 2007, 04:27 PM
|
|
Major General
|
|
Join Date: Feb 2004
Location: Houston, Texas
Posts: 2,435
Thanks: 57
Thanked 662 Times in 142 Posts
|
|
Re: Disable or re-map Hot-Key?
Lol, srrms likr this would makr in-gamr messagrs a bit odd. Hoprfully you can still typr your password...
__________________
My guides to Mictlan, MA Atlantis, Eriu, Sauromatia, Marverni, HINNOM, LA Atlantis, Bandar, MA Ulm, Machaka, Helheim, Niefleheim, EA Caelum, MA Oceana, EA Ulm, EA Arco, MA Argatha, LA Pangaea, MA T'ien Ch'i, MA Abysia, EA Atlantis, EA Pangaea, Shinuyama, Communions, Vampires, and Thugs
Baalz good player pledge
|
August 21st, 2007, 09:31 PM
|
|
General
|
|
Join Date: Jun 2003
Location: az
Posts: 3,069
Thanks: 41
Thanked 39 Times in 28 Posts
|
|
Re: Disable or re-map Hot-Key?
Quote:
Baalz said:
Lol, srrms likr this would makr in-gamr messagrs a bit odd. Hoprfully you can still typr your password...
|
That's why with Windows it's easier to use remapkey.exe and have the 'end' key be switched with 'e' key. All you have to remember is the end key is for 'e' within messages and the end key will end your turn.
__________________
There can be only one.
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|