diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-06-27 11:55:26 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-06-27 11:55:26 +0000 |
commit | 61ec2ead0223eb312d07145ef4d7ae04752ffb26 (patch) | |
tree | e38740fd4e828bc6af8ead07f9a5f8c39d080d9a /packages | |
parent | 8e99005931c1a13abb7408a640452a1b65d8be28 (diff) |
xserver-common_1.16.bb : move Mode_switch to mod5 as per #2326 this combined
with coming minimo patch means URL's become typeable.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/xserver-common/files/sl-cxx00-modmap.patch | 15 | ||||
-rw-r--r-- | packages/xserver-common/xserver-common_1.16.bb | 2 |
2 files changed, 12 insertions, 5 deletions
diff --git a/packages/xserver-common/files/sl-cxx00-modmap.patch b/packages/xserver-common/files/sl-cxx00-modmap.patch index 057f9880bf..18cc8e88c9 100644 --- a/packages/xserver-common/files/sl-cxx00-modmap.patch +++ b/packages/xserver-common/files/sl-cxx00-modmap.patch @@ -1,6 +1,8 @@ ---- xserver-common-1.16/X11/slcXXXX.xmodmap.orig 2007-06-05 01:31:20.000000000 +0000 -+++ xserver-common-1.16/X11/slcXXXX.xmodmap 2007-06-05 01:31:29.000000000 +0000 -@@ -1,5 +1,106 @@ +Index: xserver-common-1.16/X11/slcXXXX.xmodmap +=================================================================== +--- xserver-common-1.16.orig/X11/slcXXXX.xmodmap 2006-10-12 11:19:42.000000000 +0100 ++++ xserver-common-1.16/X11/slcXXXX.xmodmap 2007-06-27 12:31:33.000000000 +0100 +@@ -1,5 +1,111 @@ -keycode 88 = XF86Calendar -keycode 89 = telephone -keycode 40 = XF86Start @@ -35,7 +37,7 @@ +! These should be bound to Japanese keysims for use with Japanese +! IME's at a later date. +! ======================================================================= - ++ +! The Euro character is not printed as a label, but as +! the 5 doesn't have a blue Fn label, this is a nice extra +! as a normal European keyboard has it on the 5 as third level @@ -111,3 +113,8 @@ +keycode 107 = F12 F18 F18 +! "Menu" label and icon: +keycode 96 = F11 F12 F12 ++ ++! Shift the Mode_switch definition to a different mod so mozilla stuff works ++add mod5 = Mode_switch ++remove mod4 = Mode_switch + diff --git a/packages/xserver-common/xserver-common_1.16.bb b/packages/xserver-common/xserver-common_1.16.bb index ca1c2f09cd..fcf1dcfd78 100644 --- a/packages/xserver-common/xserver-common_1.16.bb +++ b/packages/xserver-common/xserver-common_1.16.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts and support files" LICENSE = "GPL" SECTION = "x11" RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo" -PR = "r6" +PR = "r7" PACKAGE_ARCH = "all" |