diff options
Diffstat (limited to 'packages/x11/x11-common/etc/X11/Xinit.d/40xmodmap')
-rw-r--r-- | packages/x11/x11-common/etc/X11/Xinit.d/40xmodmap | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/x11/x11-common/etc/X11/Xinit.d/40xmodmap b/packages/x11/x11-common/etc/X11/Xinit.d/40xmodmap new file mode 100644 index 0000000000..7ae3b58860 --- /dev/null +++ b/packages/x11/x11-common/etc/X11/Xinit.d/40xmodmap @@ -0,0 +1,5 @@ +#!/bin/sh + +if [ -f /proc/hal/model ]; then + xmodmap -e 'keycode 104 = Return' +fi |