updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / xf86-input-evdev-ahm / ahm.install
blob6e140d7507d530a0eaba6ce2d02e8bd48b4a005a
1 post_upgrade() {
2   cat << EOF
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:
10   Section "InputClass"
11     Identifier "my keyboard"
12     Driver "evdev"
13     Option "XKBOptions" "terminate:ctrl_alt_bksp" # and so on
15     # If you save this file under xorg.conf.d/ :
16     Option "AutoServerLayout" "on"
18     MatchIsKeyboard "on"
19     Option "TransMod" "65:50" # *** Look here ***
20   EndSection
23 NEWS: More mouse support, read more at History/News section.
24 EOF
27 post_install() {
28   post_upgrade