|
|
|
|
|
March 17th, 2009, 01:06 PM
|
First Lieutenant
|
|
Join Date: Oct 2008
Location: In Ulm und um Ulm herum
Posts: 787
Thanks: 133
Thanked 78 Times in 46 Posts
|
|
Re: Anyway to disable "e" button?
Well, you can change your keyboard layout to Dvorak while playing.
http://en.wikipedia.org/wiki/Dvorak_Simplified_Keyboard
|
March 17th, 2009, 02:18 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?
It would be nice to have a program that randomize your keyboard layout from a huge list of layouts after every keystroke. I would pay for such a program.
|
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.
|
April 28th, 2009, 12:30 AM
|
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 Illuminated One
|
Actually, for me that has been the only reason I ever accidentally End Turn. My computer is set to Dvorak by default, but I usually use QWERTY for Dominions--and if I hit 'D' for "province Defence", immediately after starting a game and before switchiing to QWERTY, the key 'D' is 'E' in Dvorak and it ends my turn. Much frantic process-killing ensues, to try to stop Dom3 before it finishes turn computation and saves the files to disk. Fortunately Dom3 often takes several minutes to process on my machine so I'm usually okay.
However, this is one of the main reasons I have taken to automatically backing up my files every turn via the --postexec command. The other reason is so that I can figure out what magic sites were in province X that I just lost.
-Max
__________________
Bauchelain - "Qwik Ben iz uzin wallhax! HAX!"
Quick Ben - "lol pwned"
["Memories of Ice", by Steven Erikson. Retranslated into l33t.]
|
January 14th, 2011, 03:41 PM
|
Second Lieutenant
|
|
Join Date: Oct 2010
Posts: 450
Thanks: 28
Thanked 11 Times in 9 Posts
|
|
Re: Anyway to disable "e" button?
Necro because a new patch is comming out.
Any chances for an CTRL + e change?
|
January 14th, 2011, 04:58 PM
|
|
National Security Advisor
|
|
Join Date: Oct 2003
Location: Helsinki, Finland
Posts: 5,425
Thanks: 174
Thanked 695 Times in 267 Posts
|
|
Re: Anyway to disable "e" button?
No.
|
January 14th, 2011, 05:00 PM
|
|
Major General
|
|
Join Date: Sep 2007
Location: Scotland
Posts: 2,066
Thanks: 109
Thanked 162 Times in 118 Posts
|
|
Re: Anyway to disable "e" button?
Waah.
|
Thread Tools |
|
Display Modes |
Linear Mode
|
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
|
|
|
|
|