-Update help for hide button
-Make F10 key show/hide the whole menu instead of just the layerbar. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1188 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
ac8b8748a7
commit
528a6f1b53
12
helpfile.h
12
helpfile.h
@ -2469,9 +2469,15 @@ static const T_Help_table helptable_hide[] =
|
||||
|
||||
HELP_TITLE("HIDE MENU")
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT ("Allows you to hide the menu. If you do this,")
|
||||
HELP_TEXT ("take care to watch before the key to press")
|
||||
HELP_TEXT ("to show the menu back (the key is")
|
||||
HELP_BOLD ("LEFT CLICK")
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT ("Allow you to hide or show the layer bar.")
|
||||
HELP_TEXT ("")
|
||||
HELP_BOLD ("RIGHT CLICK")
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT ("Allows you to hide all the menus. If you do ")
|
||||
HELP_TEXT ("this, take care to watch before the key to ")
|
||||
HELP_TEXT ("press to show the menu back (the key is")
|
||||
HELP_LINK ("%s).",0x100+BUTTON_HIDE)
|
||||
|
||||
};
|
||||
|
||||
@ -1499,7 +1499,7 @@ word Ordering[NB_SHORTCUTS]=
|
||||
SPECIAL_MOUSE_RIGHT, // Emulate mouse right
|
||||
SPECIAL_CLICK_LEFT, // Emulate mouse click left
|
||||
SPECIAL_CLICK_RIGHT, // Emulate mouse click right
|
||||
0x100+BUTTON_HIDE, // Show / Hide menu
|
||||
0x200+BUTTON_HIDE, // Show / Hide menu
|
||||
SPECIAL_SHOW_HIDE_CURSOR, // Show / Hide cursor
|
||||
SPECIAL_DOT_PAINTBRUSH, // Paintbrush = "."
|
||||
0x100+BUTTON_PAINTBRUSHES, // Paintbrush choice
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user