diff --git a/helpfile.h b/helpfile.h index 5a87a617..bfc3c963 100644 --- a/helpfile.h +++ b/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) }; diff --git a/hotkeys.c b/hotkeys.c index 01d23d4c..d5da99b9 100644 --- a/hotkeys.c +++ b/hotkeys.c @@ -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