Browse Source

Wow - the XFree people renamed the {L,R}WIN keycodes into {L.R}MTA ...

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1925 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
3e50c5f7cc
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      package/x11/xfree86/macintosh-xkb-us-de-ibook.patch

+ 4
- 4
package/x11/xfree86/macintosh-xkb-us-de-ibook.patch

@ -46,8 +46,8 @@ iBooks :-(((
+ key <BKSP> { [ BackSpace, BackSpace ],
+ [ Delete ] };
+ // begin modifier mappings
+ key <LWIN> { [ Alt_L, Meta_L ] };
+ key <RWIN> { [ Alt_R, Meta_R ] };
+ key <LMTA> { [ Alt_L, Meta_L ] };
+ key <RMTA> { [ Alt_R, Meta_R ] };
+
+};
+
@ -72,8 +72,8 @@ iBooks :-(((
+ [ Delete ] };
+
+ // begin modifier mappings
+ key <LWIN> { [ Alt_L, Meta_L ] };
+ key <RWIN> { [ Alt_R, Meta_R ] };
+ key <LMTA> { [ Alt_L, Meta_L ] };
+ key <RMTA> { [ Alt_R, Meta_R ] };
+
+ key <LALT> { [ Mode_switch, Multi_key ] };
+

Loading…
Cancel
Save