mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
Revert change to use AltGr as Alt key. You may still get the same result
by setting a user default. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@34225 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6e7cc10890
commit
fb1f42cbee
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2011-11-28 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/x11/XGServerEvent.m (initialize_keyboard): Don't use
|
||||
XK_ISO_Level3_Shift as second alternate key.
|
||||
* Documentation/Back/DefaultsSummary.gsdoc: Document this mapping.
|
||||
|
||||
2011-11-07 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/x11/XGGLFormat.m (-assembleGLXAttributes:): Use
|
||||
|
|
|
@ -170,7 +170,7 @@
|
|||
<item>Alt_L</item>
|
||||
<item>NoSymbol</item>
|
||||
<item>Alt_R</item>
|
||||
<item>ISO_Level3_Shift</item>
|
||||
<item>NoSymbol</item>
|
||||
<item>Help</item>
|
||||
<item>Super_L</item>
|
||||
</list>
|
||||
|
|
|
@ -1913,7 +1913,7 @@ initialize_keyboard (void)
|
|||
|
||||
_alt_keysyms[1] = key_sym_from_defaults(display, defaults,
|
||||
@"GSSecondAlternateKey",
|
||||
XK_ISO_Level3_Shift);
|
||||
NoSymbol);
|
||||
|
||||
if (_alt_keysyms[0] == _alt_keysyms[1])
|
||||
_alt_keysyms[1] = NoSymbol;
|
||||
|
|
Loading…
Reference in a new issue