mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
3.2 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/x11/xfree86/macintosh-xkb-us-de-ibook.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. Otherwise all the third and fourth level symbols are not reachable on
  20. iBooks :-(((
  21. Rene Rebe <rene@rocklinux.org>
  22. --- xc/programs/xkbcomp/symbols/macintosh/us_ibook.orig 1970-01-01 01:00:00.000000000 +0100
  23. +++ xc/programs/xkbcomp/symbols/macintosh/us_ibook 2003-09-04 01:15:45.000000000 +0200
  24. @@ -0,0 +1,23 @@
  25. +// $XConsortium: de /main/4 1996/08/31 12:19:20 kaleb $
  26. +// $XFree86: xc/programs/xkbcomp/symbols/macintosh/de,v 1.1 2000/09/19 12:46:25 eich Exp $
  27. +
  28. +// rene@rocklinux.org - make the iBook useable
  29. +
  30. +default partial alphanumeric_keys
  31. +xkb_symbols "basic" {
  32. +
  33. + include "macintosh/us(basic)"
  34. +
  35. + // Describes the differences between a very simple US/ASCII
  36. + // keyboard and a very simple iBook keybaord
  37. +
  38. + // Alphanumeric section
  39. + name[Group1]= "US/ASCII";
  40. + key <BKSP> { [ BackSpace, BackSpace ],
  41. + [ Delete ] };
  42. + // begin modifier mappings
  43. + key <LMTA> { [ Alt_L, Meta_L ] };
  44. + key <RMTA> { [ Alt_R, Meta_R ] };
  45. +
  46. +};
  47. +
  48. --- xc/programs/xkbcomp/symbols/macintosh/de_ibook.orig 1970-01-01 01:00:00.000000000 +0100
  49. +++ xc/programs/xkbcomp/symbols/macintosh/de_ibook 2003-09-04 01:15:56.000000000 +0200
  50. @@ -0,0 +1,25 @@
  51. +// $XConsortium: de /main/4 1996/08/31 12:19:20 kaleb $
  52. +// $XFree86: xc/programs/xkbcomp/symbols/macintosh/de,v 1.1 2000/09/19 12:46:25 eich Exp $
  53. +
  54. +// rene@rocklinux.org - make the iBook useable
  55. +
  56. +default partial alphanumeric_keys
  57. +xkb_symbols "basic" {
  58. + include "macintosh/de(basic)"
  59. +
  60. + // Describes the differences between a very simple US/ASCII
  61. + // keyboard and a very simple iBook keybaord
  62. +
  63. + // Alphanumeric section
  64. + name[Group1]= "German";
  65. + key <BKSP> { [ BackSpace, BackSpace ],
  66. + [ Delete ] };
  67. +
  68. + // begin modifier mappings
  69. + key <LMTA> { [ Alt_L, Meta_L ] };
  70. + key <RMTA> { [ Alt_R, Meta_R ] };
  71. +
  72. + key <LALT> { [ Mode_switch, Multi_key ] };
  73. +
  74. +};
  75. +
  76. --- xc/programs/xkbcomp/symbols/macintosh/Imakefile.orig 2003-12-03 16:48:53.000000000 +0100
  77. +++ xc/programs/xkbcomp/symbols/macintosh/Imakefile 2003-12-03 16:49:14.000000000 +0100
  78. @@ -3,7 +3,7 @@
  79. XCOMM
  80. XCOMM $XFree86: xc/programs/xkbcomp/symbols/macintosh/Imakefile,v 1.3 2000/10/02 02:32:17 tsi Exp $
  81. - DATAFILES = de de_CH dk es fi fr fr_CH gb it nl no pt se us
  82. + DATAFILES = de de_CH de_ibook dk es fi fr fr_CH gb it nl no pt se us us_ibook
  83. all::