Multi-shorcuts option now works. Default OFF, it will avoid situations where user mistakenly sets the same key for multiple actions.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1769 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2011-04-04 22:30:02 +00:00
parent 1d24885ddc
commit 860648b190
5 changed files with 87 additions and 2 deletions

View File

@@ -2449,6 +2449,16 @@ static const T_Help_table helptable_settings_details[] =
HELP_TEXT ("Background color.")
HELP_TEXT ("This option is ignored when the Shade,")
HELP_TEXT ("Quick-shade, or Tiling mode is used.")
HELP_TEXT ("")
HELP_TEXT (" Multi shortcuts")
HELP_TEXT ("When this setting is disabled, and you")
HELP_TEXT ("create a shortcut with a key that is already")
HELP_TEXT ("associated to another shortcut, Grafx2 will")
HELP_TEXT ("unset the latter. If you enable this mode,")
HELP_TEXT ("Grafx2 will not make such check, so you can")
HELP_TEXT ("design shortcuts that trigger several")
HELP_TEXT ("actions at once.")
HELP_TEXT ("")
};
static const T_Help_table helptable_clear[] =