mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 23:40:48 +00:00
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:
parent
32a98382fc
commit
dfb02833a0
3 changed files with 90 additions and 23 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue