Skip to content

Commit

Permalink
CTRL-TAB un/hides the toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
phkahler authored and ruevs committed Nov 23, 2023
1 parent d88ed3f commit 87d0e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphicswin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 87d0e09

Please sign in to comment.