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.

79 lines
2.9 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-tweak.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/de 2003-06-06 02:32:26.000000000 +0200
  26. +++ xc/programs/xkbcomp/symbols/macintosh/de 2003-06-08 13:15:36.000000000 +0200
  27. @@ -89,11 +89,13 @@
  28. key <KPDL> { [ KP_Delete, KP_Separator ] };
  29. // End "Keypad" section
  30. + key <LALT> { [ Mode_switch, Multi_key ] };
  31. +
  32. // begin modifier mappings
  33. // modifier_map Shift { Shift_L };
  34. // modifier_map Lock { Caps_Lock };
  35. // modifier_map Control{ Control_L };
  36. -// modifier_map Mod3 { Mode_switch };
  37. + modifier_map Mod3 { Mode_switch };
  38. };
  39. partial alphanumeric_keys
  40. --- xc/programs/xkbcomp/symbols/macintosh/us 2003-06-06 02:32:26.000000000 +0200
  41. +++ xc/programs/xkbcomp/symbols/macintosh/us 2003-06-08 13:19:58.000000000 +0200
  42. @@ -22,7 +22,7 @@
  43. key <AE10> { [ 0, parenright ] };
  44. key <AE11> { [ minus, underscore ] };
  45. key <AE12> { [ equal, plus ] };
  46. - key <BKSP> { [ BackSpace ] };
  47. + key <BKSP> { [ BackSpace, KP_Delete ] };
  48. key <TAB> { [ Tab, ISO_Left_Tab ] };
  49. key <AD01> { [ q, Q ] };
  50. @@ -129,10 +129,10 @@
  51. key <RTSH> { [ Shift_R ] };
  52. key <LCTL> { [ Control_L ] };
  53. key <RCTL> { [ Control_R ] };
  54. - key <LALT> { [ Alt_L ] };
  55. - key <RALT> { [ Alt_R ] };
  56. - key <LWIN> { [ Meta_L ] };
  57. - key <WWIN> { [ Meta_R ] };
  58. + key <LWIN> { [ Alt_L, Meta_L ] };
  59. + key <RWIN> { [ Alt_R, Meta_R ] };
  60. +# key <LWIN> { [ Meta_L ] };
  61. +# key <WWIN> { [ Meta_R ] };
  62. // End "Modifier" section
  63. // begin modifier mappings
  64. @@ -141,7 +141,7 @@
  65. modifier_map Control{ Control_L, Control_R };
  66. modifier_map Mod1 { Alt_L, Alt_R };
  67. modifier_map Mod2 { Num_Lock };
  68. - modifier_map Mod4 { Meta_L, Meta_R };
  69. +# modifier_map Mod4 { Meta_L, Meta_R };
  70. modifier_map Mod5 { Scroll_Lock };
  71. // end modifier mappings