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.

81 lines
2.8 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 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. Otherwise all the third and fourth level symbols are not reachable on
  23. iBooks :-(((
  24. Rene Rebe <rene@rocklinux.org>
  25. --- xc/programs/xkbcomp/symbols/macintosh/us_ibook.orig 1970-01-01 01:00:00.000000000 +0100
  26. +++ xc/programs/xkbcomp/symbols/macintosh/us_ibook 2003-09-04 01:15:45.000000000 +0200
  27. @@ -0,0 +1,23 @@
  28. +// $XConsortium: de /main/4 1996/08/31 12:19:20 kaleb $
  29. +// $XFree86: xc/programs/xkbcomp/symbols/macintosh/de,v 1.1 2000/09/19 12:46:25 eich Exp $
  30. +
  31. +// rene@rocklinux.org - make the iBook useable
  32. +
  33. +default partial alphanumeric_keys
  34. +xkb_symbols "basic" {
  35. +
  36. + include "macintosh/us(basic)"
  37. +
  38. + // Describes the differences between a very simple US/ASCII
  39. + // keyboard and a very simple iBook keybaord
  40. +
  41. + // Alphanumeric section
  42. + name[Group1]= "US/ASCII";
  43. + key <BKSP> { [ BackSpace, BackSpace ],
  44. + [ Delete ] };
  45. + // begin modifier mappings
  46. + key <LWIN> { [ Alt_L, Meta_L ] };
  47. + key <RWIN> { [ Alt_R, Meta_R ] };
  48. +
  49. +};
  50. +
  51. --- xc/programs/xkbcomp/symbols/macintosh/de_ibook.orig 1970-01-01 01:00:00.000000000 +0100
  52. +++ xc/programs/xkbcomp/symbols/macintosh/de_ibook 2003-09-04 01:15:56.000000000 +0200
  53. @@ -0,0 +1,25 @@
  54. +// $XConsortium: de /main/4 1996/08/31 12:19:20 kaleb $
  55. +// $XFree86: xc/programs/xkbcomp/symbols/macintosh/de,v 1.1 2000/09/19 12:46:25 eich Exp $
  56. +
  57. +// rene@rocklinux.org - make the iBook useable
  58. +
  59. +default partial alphanumeric_keys
  60. +xkb_symbols "basic" {
  61. + include "macintosh/de(basic)"
  62. +
  63. + // Describes the differences between a very simple US/ASCII
  64. + // keyboard and a very simple iBook keybaord
  65. +
  66. + // Alphanumeric section
  67. + name[Group1]= "German";
  68. + key <BKSP> { [ BackSpace, BackSpace ],
  69. + [ Delete ] };
  70. +
  71. + // begin modifier mappings
  72. + key <LWIN> { [ Alt_L, Meta_L ] };
  73. + key <RWIN> { [ Alt_R, Meta_R ] };
  74. +
  75. + key <LALT> { [ Mode_switch, Multi_key ] };
  76. +
  77. +};
  78. +