CTRL-TAB un/hides the toolbar

pull/1430/head
phkahler 2023-11-22 16:38:58 -05:00 committed by ruevs
parent d88ed3f2ee
commit 87d0e097bb
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ const MenuEntry Menu[] = {
{ 2, N_("Dimensions in &Inches"), Command::UNITS_INCHES, 0, KR, mView },
{ 2, N_("Dimensions in &Feet and Inches"), Command::UNITS_FEET_INCHES, 0, KR, mView },
{ 1, NULL, Command::NONE, 0, KN, NULL },
{ 1, N_("Show &Toolbar"), Command::SHOW_TOOLBAR, 0, KC, mView },
{ 1, N_("Show &Toolbar"), Command::SHOW_TOOLBAR, C|'\t', KC, mView },
{ 1, N_("Show Property Bro&wser"), Command::SHOW_TEXT_WND, '\t', KC, mView },
{ 1, NULL, Command::NONE, 0, KN, NULL },
{ 1, N_("&Full Screen"), Command::FULL_SCREEN, C|F|11, KC, mView },