diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-09-02 12:16:59 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2006-09-02 12:16:59 +0000 |
commit | 70d51b7ba86e3f532d70a37eef04d16014a451b3 (patch) | |
tree | e5dbc13311c35b3ecf08f110f2015f195a7eb009 /packages/xserver-common/files/poodle-xmodmap-2.6.patch | |
parent | 115fb071f3b122307a4599902f6ab195b69ac6d2 (diff) | |
parent | cd40986a93e3d0c01a4c506ef2540878741ae0ca (diff) |
merge of '4ce409402d3a4d6242c33a93272d0721659ad13f'
and 'b390e39e15fdf0dd583d371f2d99f56f01cc9794'
Diffstat (limited to 'packages/xserver-common/files/poodle-xmodmap-2.6.patch')
-rw-r--r-- | packages/xserver-common/files/poodle-xmodmap-2.6.patch | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/packages/xserver-common/files/poodle-xmodmap-2.6.patch b/packages/xserver-common/files/poodle-xmodmap-2.6.patch new file mode 100644 index 0000000000..73cf3f6ffb --- /dev/null +++ b/packages/xserver-common/files/poodle-xmodmap-2.6.patch @@ -0,0 +1,42 @@ +diff -Nur xserver-common-1.8.orig/X11/Xinit.d/12keymap xserver-common-1.8/X11/Xinit.d/12keymap +--- xserver-common-1.8.orig/X11/Xinit.d/12keymap 2006-05-17 12:02:52.645201000 +0200 ++++ xserver-common-1.8/X11/Xinit.d/12keymap 2006-05-17 12:03:49.401573648 +0200 +@@ -9,6 +9,9 @@ + "SHARP Akita" | "SHARP Borzoi" | "SHARP Spitz") + xmodmap - < /etc/X11/slcXXXX.xmodmap + ;; ++ "SHARP Poodle") ++ xmodmap - < /etc/X11/poodle.xmodmap ++ ;; + "Sharp-Collie") + xmodmap - < /etc/X11/collie.xmodmap + ;; +diff -Nur xserver-common-1.8.orig/X11/poodle.xmodmap xserver-common-1.8/X11/poodle.xmodmap +--- xserver-common-1.8.orig/X11/poodle.xmodmap 1970-01-01 01:00:00.000000000 +0100 ++++ xserver-common-1.8/X11/poodle.xmodmap 2006-05-18 13:42:45.711264920 +0200 +@@ -0,0 +1,25 @@ ++keycode 37 = Control_L ++keycode 64 = Alt_L ++ ++ ++keycode 50 = Shift_L ++keycode 62 = Shift_R ++keycode 75 = Mode_switch ++ ++ ++ ++clear control ++clear shift ++clear lock ++clear mod4 ++clear mod1 ++ ++add control = Control_L ++add shift = Shift_L Shift_R ++add lock = Caps_Lock ++ ++! This is AltGr ++add mod4 = Mode_switch ++ ++add mod1 = Alt_L ++ |