![]() |
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'.
|
Re: Disable or re-map Hot-Key?
Impossible AFAIK.
|
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 |
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. |
Re: Disable or re-map Hot-Key?
You could always include it in your xwindows startup script.
Yay! Another reason that Linux rules. http://forum.shrapnelgames.com/images/smilies/happy.gif 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. |
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. |
Re: Disable or re-map Hot-Key?
Quote:
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 |
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 ... |
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...;)
|
Re: Disable or re-map Hot-Key?
Quote:
http://forum.shrapnelgames.com/images/smilies/happy.gif |
All times are GMT -4. The time now is 09:40 AM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.