mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
Use XK_ISO_Level3_Shift as second alternate key and document this change.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@34130 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a5e54c9ebd
commit
9b784885d4
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2011-11-07 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/x11/XGServerEvent.m (initialize_keyboard): Use
|
||||
XK_ISO_Level3_Shift as second alternate key.
|
||||
* Documentation/Back/DefaultsSummary.gsdoc: Document this mapping.
|
||||
|
||||
2011-11-04 Eric Wasylishen <ewasylishen@gmail.com>
|
||||
|
||||
* Source/x11/context.c: check for NULL from XRenderFindVisualFormat
|
||||
|
|
|
@ -170,7 +170,7 @@
|
|||
<item>Alt_L</item>
|
||||
<item>NoSymbol</item>
|
||||
<item>Alt_R</item>
|
||||
<item>NoSymbol</item>
|
||||
<item>ISO_Level3_Shift</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",
|
||||
NoSymbol);
|
||||
XK_ISO_Level3_Shift);
|
||||
|
||||
if (_alt_keysyms[0] == _alt_keysyms[1])
|
||||
_alt_keysyms[1] = NoSymbol;
|
||||
|
|
Loading…
Reference in a new issue