changeset 2375:97e391e2e0c6

Document the keys for controlling the viewer in --help.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 08 Jan 2020 12:30:09 +0200
parents 2afe501cfed2
children b4e9ecfad55b
files tools/64vw.c
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tools/64vw.c	Wed Jan 08 12:29:46 2020 +0200
+++ b/tools/64vw.c	Wed Jan 08 12:30:09 2020 +0200
@@ -64,8 +64,16 @@
 
     fprintf(stdout,
     "\n"
+    "Keyboard controls in the viewer:\n"
+    "  arrow keys    - switch to next/previous file\n"
+    "  home/end      - go to first/last file\n"
+    "  page up/down  - go forward/backward %d files\n"
+    "  esc / q       - quit\n"
+    "  f             - toggle fullscreen\n"
+    "\n"
     "Default character ROM file for this build is:\n"
     "%s\n",
+    SET_SKIP_AMOUNT,
     DM_DEF_CHARGEN
     );
 }