4 https://gitorious.org/at-home-modifier/at-home-modifier/blobs/raw/master/README
6 First, know the keycodes you need, which are numbers assigned to each
7 physical key. It's easiest to install and invoke "xev" commands. It
8 says space is 65, and left shift is 50. Ok. Then write your xorg.conf:
11 Identifier "my keyboard"
13 Option "XKBOptions" "terminate:ctrl_alt_bksp" # and so on
15 # If you save this file under xorg.conf.d/ :
16 Option "AutoServerLayout" "on"
19 Option "TransMod" "65:50" # *** Look here ***
23 NEWS: More mouse support, read more at History/News section.