shithub: orca

Download patch

ref: 3e845f9a7a473495cd7ff52de50ac1a3818cd522
parent: 99df9af89434f955c5dcf13911ad26208a8b7f24
author: cancel <cancel@cancel.fm>
date: Sun Dec 30 08:27:29 EST 2018

Update controls help message

--- a/tui_main.c
+++ b/tui_main.c
@@ -1634,7 +1634,7 @@
       {"Arrow Keys", "Move Cursor"},
       {"Ctrl+D or F1", "Open Main Menu"},
       {"0-9, A-Z, a-z,", "Insert Character"},
-      {"!, :, #, and *", NULL},
+      {"!, :, =, #, *", NULL},
       {"Spacebar", "Play/Pause"},
       {"Ctrl+Z or Ctrl+U", "Undo"},
       {"Ctrl+X", "Cut"},
@@ -1652,7 +1652,7 @@
       {"[ and ]", "Adjust Grid Rulers (Horizontal)"},
       {"{ and }", "Adjust Grid Rulers (Vertical)"},
       {"< and >", "Adjust BPM"},
-      {"?", "Controls (This Message)"},
+      {"?", "Controls (this message)"},
   };
   int w_input = 0;
   int w_desc = 0;