# --- 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-ibook.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/us_ibook.orig 1970-01-01 01:00:00.000000000 +0100 +++ xc/programs/xkbcomp/symbols/macintosh/us_ibook 2003-09-04 01:15:45.000000000 +0200 @@ -0,0 +1,23 @@ +// $XConsortium: de /main/4 1996/08/31 12:19:20 kaleb $ +// $XFree86: xc/programs/xkbcomp/symbols/macintosh/de,v 1.1 2000/09/19 12:46:25 eich Exp $ + +// rene@rocklinux.org - make the iBook useable + +default partial alphanumeric_keys +xkb_symbols "basic" { + + include "macintosh/us(basic)" + + // Describes the differences between a very simple US/ASCII + // keyboard and a very simple iBook keybaord + + // Alphanumeric section + name[Group1]= "US/ASCII"; + key { [ BackSpace, BackSpace ], + [ Delete ] }; + // begin modifier mappings + key { [ Alt_L, Meta_L ] }; + key { [ Alt_R, Meta_R ] }; + +}; + --- xc/programs/xkbcomp/symbols/macintosh/de_ibook.orig 1970-01-01 01:00:00.000000000 +0100 +++ xc/programs/xkbcomp/symbols/macintosh/de_ibook 2003-09-04 01:15:56.000000000 +0200 @@ -0,0 +1,25 @@ +// $XConsortium: de /main/4 1996/08/31 12:19:20 kaleb $ +// $XFree86: xc/programs/xkbcomp/symbols/macintosh/de,v 1.1 2000/09/19 12:46:25 eich Exp $ + +// rene@rocklinux.org - make the iBook useable + +default partial alphanumeric_keys +xkb_symbols "basic" { + include "macintosh/de(basic)" + + // Describes the differences between a very simple US/ASCII + // keyboard and a very simple iBook keybaord + + // Alphanumeric section + name[Group1]= "German"; + key { [ BackSpace, BackSpace ], + [ Delete ] }; + + // begin modifier mappings + key { [ Alt_L, Meta_L ] }; + key { [ Alt_R, Meta_R ] }; + + key { [ Mode_switch, Multi_key ] }; + +}; +