View Single Post
  #7  
Old August 20th, 2007, 08:24 AM
Hadrian_II's Avatar

Hadrian_II Hadrian_II is offline
Major
 
Join Date: Oct 2006
Location: Bern, Switzerland
Posts: 1,109
Thanks: 14
Thanked 17 Times in 14 Posts
Hadrian_II is on a distinguished road
Default 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
Reply With Quote