|
|
|
 |
|

March 11th, 2009, 02:01 PM
|
First Lieutenant
|
|
Join Date: Nov 2006
Posts: 739
Thanks: 1
Thanked 8 Times in 8 Posts
|
|
Re: Anyway to disable "e" button?
Quote:
Originally Posted by vfb
I think Ctl-E for end turn is a really good suggestion.
Confirmation dialog boxes are really annoying, but I have hit 'e' instead of 'r' in SP. Depending on the scenario, there may not be time to close the window.
|
Second this.
|

March 10th, 2009, 10:53 PM
|
 |
Lieutenant Colonel
|
|
Join Date: Nov 2005
Location: Lund, Sweden
Posts: 1,377
Thanks: 72
Thanked 25 Times in 20 Posts
|
|
Re: Anyway to disable "e" button?
I like it when games punish you for being clumsy or losing focus.
|

March 11th, 2009, 02:16 AM
|
 |
Corporal
|
|
Join Date: Aug 2004
Location: Lille, France
Posts: 91
Thanks: 0
Thanked 2 Times in 1 Post
|
|
Re: Anyway to disable "e" button?
An even better solution would be to let user mapping they own favorite key to all these actions...
That would also solve other keyboard problems (ie: I cannot record battle order with my french keyboard)
|
The Following 2 Users Say Thank You to lebarjack For This Useful Post:
|
|

March 11th, 2009, 07:41 AM
|
 |
General
|
|
Join Date: Feb 2007
Location: R'lyeh
Posts: 3,861
Thanks: 144
Thanked 403 Times in 176 Posts
|
|
Re: Anyway to disable "e" button?
What he said. The keycodes for the hotkeys are hardcoded, at the moment, the only possibility that you have for editing them are to hex edit the game binary itself.
|

March 11th, 2009, 10:21 AM
|
Corporal
|
|
Join Date: Oct 2008
Posts: 177
Thanks: 12
Thanked 15 Times in 12 Posts
|
|
Re: Anyway to disable "e" button?
If playing SP a stop gap measure is to play two nations at once. Don't know if its apropriate but I might as well chuck it in there.
|

April 27th, 2009, 08:04 PM
|
Major General
|
|
Join Date: Mar 2007
Location: Seattle
Posts: 2,497
Thanks: 165
Thanked 105 Times in 73 Posts
|
|
Re: Anyway to disable "e" button?
Quote:
Originally Posted by Mithras
If playing SP a stop gap measure is to play two nations at once. Don't know if its apropriate but I might as well chuck it in there.
|
Or turn on --comptrn, which is loads of fun anyway. I love to watch the computer EA Ermor fighting ineffectively against the computer Niefelheim, and occasionally intervening to smash an army or something.
-Max
__________________
Bauchelain - "Qwik Ben iz uzin wallhax! HAX!"
Quick Ben - "lol pwned"
["Memories of Ice", by Steven Erikson. Retranslated into l33t.]
|

April 27th, 2009, 10:07 PM
|
Corporal
|
|
Join Date: Apr 2009
Posts: 141
Thanks: 3
Thanked 7 Times in 6 Posts
|
|
Re: Anyway to disable "e" button?
In SP you could just turn off the program while it's resolving the turn.
|

April 27th, 2009, 10:58 PM
|
Corporal
|
|
Join Date: Mar 2004
Location: Los Angeles, CA
Posts: 61
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Re: Anyway to disable "e" button?
I didn't read all of this thread: Don't shoot me if this solution has already been mentioned.
Here is a little script called 'dom' that re-maps the keyboard 'e' to 'r' (so you have two 'r' keys) and makes the 'end' key an 'e'. (It's harder to accidentally hit it there.) When dom3 quits, the script re-maps the original key-bindings. Unfortunately, this mapping, when in use is system wide. (ie. have fun trying to IM when playing ;-) ) This is for Linux.
Code:
#!/bin/bash
xmodmap -e "keycode 26 = 0x0072" # make e --> r
xmodmap -e "keycode 103 = 0x0065" # make end --> e
dom3 # you might need the full path
xmodmap -e "keycode 26 = 0x0065" # make e --> e
xmodmap -e "keycode 103 = 0xff57" # make end --> end
|
The Following User Says Thank You to Jagdpanther For This Useful Post:
|
|

April 27th, 2009, 11:52 PM
|
 |
Shrapnel Fanatic
|
|
Join Date: Oct 2003
Location: Vacaville, CA, USA
Posts: 13,736
Thanks: 341
Thanked 479 Times in 326 Posts
|
|
Re: Anyway to disable "e" button?
Every system, linux or windows or mac, has various ways to reprogram a key. The trick is to do it on the script (or shortcut or icon) that takes you into Dom3, then have it change it back on the way out.
As for the linux system-wide thing, I dont think its system wide if you create a seperate user for playing Dom3.
|

March 13th, 2009, 09:20 AM
|
First Lieutenant
|
|
Join Date: Aug 2007
Location: UK
Posts: 792
Thanks: 28
Thanked 45 Times in 31 Posts
|
|
Re: Anyway to disable "e" button?
Apart from the +/- key for fine tune adjustment and typing in some names during game setup, I'm not sure I've ever used the keyboard playing Dom3...
|
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
|
|
|
|
|