# --- ROCK-COPYRIGHT-NOTE-BEGIN --- # # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # Please add additional copyright information _after_ the line containing # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by # the ./scripts/Create-CopyPatch script. Do not edit this copyright text! # # ROCK Linux: rock-src/package/x11/xfree86/macintosh-xkb-us-de-tweak.patch # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. A copy of the GNU General Public # License can be found at Documentation/COPYING. # # Many people helped and are helping developing ROCK Linux. Please # have a look at http://www.rocklinux.org/ and the Documentation/TEAM # file for details. # # --- ROCK-COPYRIGHT-NOTE-END --- Otherwise all the third and fourth level symbols are not reachable on iBooks :-((( Rene Rebe --- xc/programs/xkbcomp/symbols/macintosh/de 2003-06-06 02:32:26.000000000 +0200 +++ xc/programs/xkbcomp/symbols/macintosh/de 2003-06-08 13:15:36.000000000 +0200 @@ -89,11 +89,13 @@ key { [ KP_Delete, KP_Separator ] }; // End "Keypad" section + key { [ Mode_switch, Multi_key ] }; + // begin modifier mappings // modifier_map Shift { Shift_L }; // modifier_map Lock { Caps_Lock }; // modifier_map Control{ Control_L }; -// modifier_map Mod3 { Mode_switch }; + modifier_map Mod3 { Mode_switch }; }; partial alphanumeric_keys --- xc/programs/xkbcomp/symbols/macintosh/us 2003-06-06 02:32:26.000000000 +0200 +++ xc/programs/xkbcomp/symbols/macintosh/us 2003-06-08 13:19:58.000000000 +0200 @@ -22,7 +22,7 @@ key { [ 0, parenright ] }; key { [ minus, underscore ] }; key { [ equal, plus ] }; - key { [ BackSpace ] }; + key { [ BackSpace, KP_Delete ] }; key { [ Tab, ISO_Left_Tab ] }; key { [ q, Q ] }; @@ -129,10 +129,10 @@ key { [ Shift_R ] }; key { [ Control_L ] }; key { [ Control_R ] }; - key { [ Alt_L ] }; - key { [ Alt_R ] }; - key { [ Meta_L ] }; - key { [ Meta_R ] }; + key { [ Alt_L, Meta_L ] }; + key { [ Alt_R, Meta_R ] }; +# key { [ Meta_L ] }; +# key { [ Meta_R ] }; // End "Modifier" section // begin modifier mappings @@ -141,7 +141,7 @@ modifier_map Control{ Control_L, Control_R }; modifier_map Mod1 { Alt_L, Alt_R }; modifier_map Mod2 { Num_Lock }; - modifier_map Mod4 { Meta_L, Meta_R }; +# modifier_map Mod4 { Meta_L, Meta_R }; modifier_map Mod5 { Scroll_Lock }; // end modifier mappings