From: Matthias Hentges Date: Thu, 7 Jun 2007 00:14:55 +0000 (+0000) Subject: xserver-common: Unb0rk the five h/w hotkeys for SL-Cxx00 X-Git-Tag: Release-2010-05/1~8868^2~400^2~71^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e407442e234dc5a6c5dead7827a94f1ba68162e3;p=openembedded.git xserver-common: Unb0rk the five h/w hotkeys for SL-Cxx00 --- diff --git a/packages/xserver-common/files/sl-cxx00-modmap.patch b/packages/xserver-common/files/sl-cxx00-modmap.patch index c5dbebdbbf..057f9880bf 100644 --- a/packages/xserver-common/files/sl-cxx00-modmap.patch +++ b/packages/xserver-common/files/sl-cxx00-modmap.patch @@ -102,12 +102,12 @@ +! The Menu key generates F12 when pressed with Fn or Shift. + +! "Calendar" label and icon, "Sync" label beneath it: -+keycode 67 = F13 F14 F14 ++keycode 67 = F9 F14 F14 +! "Address" label and icon: -+keycode 68 = F15 F15 F15 ++keycode 68 = F10 F15 F15 +! "Mail" label and icon, "Check" label beneath it: -+keycode 76 = F16 F17 F17 ++keycode 76 = F13 F17 F17 +! "Home" label and icon: -+keycode 107 = F18 F18 F18 ++keycode 107 = F12 F18 F18 +! "Menu" label and icon: -+keycode 96 = F19 F12 F12 ++keycode 96 = F11 F12 F12 diff --git a/packages/xserver-common/xserver-common_1.16.bb b/packages/xserver-common/xserver-common_1.16.bb index 5a8739e679..ca1c2f09cd 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 = "r5" +PR = "r6" PACKAGE_ARCH = "all"