Skip to content

Commit

Permalink
[#59] TrackEditor: Improvements and bugfixes (Part 77: Keyboard hints…
Browse files Browse the repository at this point in the history
… shown upon pressing F1)
  • Loading branch information
tomas-nestorovic committed Jul 10, 2023
1 parent b7b908c commit 83ed188
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Main/res/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ BEGIN
"U", ID_PREV, VIRTKEY, NOINVERT
"V", ID_PREV_BAD, VIRTKEY, NOINVERT
VK_ESCAPE, IDCANCEL, VIRTKEY, NOINVERT
VK_F1, ID_INFORMATION, VIRTKEY, NOINVERT
VK_F5, ID_REFRESH, VIRTKEY, NOINVERT
"W", ID_TRACK, VIRTKEY, CONTROL, NOINVERT
END
Expand Down Expand Up @@ -777,7 +778,7 @@ BEGIN
BEGIN
MENUITEM "Time...\tCtrl+T", ID_NAVIGATE_ADDRESS
MENUITEM SEPARATOR
MENUITEM "About shortcuts...", ID_INFORMATION
MENUITEM "About shortcuts...\tF1", ID_INFORMATION
MENUITEM SEPARATOR
MENUITEM "Previous revolution\tE", ID_REVOLUTION_PREV
MENUITEM "Previous window\tLeft", ID_DOWN
Expand Down

0 comments on commit 83ed188

Please sign in to comment.