Make key equivalent modifier string user adjustable by getting them from the defaults.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32579 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2011-03-14 15:17:00 +00:00
parent 32a98382fc
commit dfb02833a0
3 changed files with 90 additions and 23 deletions

View file

@ -93,14 +93,6 @@
it is). Default is <code>Control-q</code>.
</p>
</desc>
<term>GSFileBrowserHideDotFiles</term>
<desc>
<p>
A boolean, by default NO. If you set it to YES, files that
begin with a dot ('.') are not shown in the NSSavePanel or
NSOpenPanel.
</p>
</desc>
<term>GSUseGhostResize</term>
<desc>
<p>
@ -223,6 +215,38 @@
for background server applications.
</p>
</desc>
<term>GSControlKeyString</term>
<desc>
<p>
A string used in the menu to signify that the control key needs to
be pressed together with the key equivalent of the menu item.
Default "^".
</p>
</desc>
<term>GSAlternateKeyString</term>
<desc>
<p>
A string used in the menu to signify that the alternate key needs to
be pressed together with the key equivalent of the menu item.
Default "+".
</p>
</desc>
<term>GSShiftKeyString</term>
<desc>
<p>
A string used in the menu to signify that the shift key needs to
be pressed together with the key equivalent of the menu item.
Default "/".
</p>
</desc>
<term>GSCommandKeyString</term>
<desc>
<p>
A string used in the menu to signify that the command key needs to
be pressed together with the key equivalent of the menu item.
Default "#".
</p>
</desc>
<term>NSInterfaceStyleDefault</term>
<desc>
<p>