mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +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/gui/trunk@34130 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7362d7314d
commit
cdb5f0c264
1 changed files with 5 additions and 2 deletions
|
@ -54,7 +54,10 @@
|
|||
sometimes called AltGr) as <var>ALTERNATE</var>. As a
|
||||
special exception, if <code>Alt_R</code> is not bound to any
|
||||
key on your keyboard, GNUstep will try to use
|
||||
<code>Mode_switch</code> for <var>ALTERNATE</var> instead.
|
||||
<code>Mode_switch</code> for <var>ALTERNATE</var> instead.
|
||||
Some X server map AltGr onto <code>ISO_Level3_Shift</code>.
|
||||
To allow for this the second code <var>ALTERNATE</var> is
|
||||
bound to this key.
|
||||
</p>
|
||||
<p>
|
||||
If this layout does not work for you, because your keyboard
|
||||
|
@ -136,7 +139,7 @@
|
|||
<code>Alt_R</code> (or <code>Mode_switch</code> if there is no <code>Alt_R</code>)
|
||||
</item>
|
||||
<item> GSSecondAlternateKey
|
||||
<code>NoSymbol</code>
|
||||
<code>ISO_Level3_Shift</code>
|
||||
</item>
|
||||
</list>
|
||||
|
||||
|
|
Loading…
Reference in a new issue