We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a58ed8 commit 7aa62a8Copy full SHA for 7aa62a8
src/shortcuts.c
@@ -47,12 +47,12 @@ static void help(void)
47
"F1 / F2 / F3: Set video in CVBS green/blue/red",
48
"F5 / F6: Increase/decrease brightness",
49
"F7 / F8: Increase/decrease contrast",
50
- "Esc: Exit fun",
+ "Ctrl+Esc: Exit fun",
51
"F1: Show patch name(simple mode)",
52
- "F9: Next patch(simple mode)",
53
- "F11: Previous patch(simple mode)",
+ "F9 / RIGHT: Next patch(simple mode)",
+ "F11 / LEFT: Previous patch(simple mode)",
54
"Ctrl+Alt+Del / Hold F10 / Hold middle button: Reboot",
55
- "Ctrl+Pause: Screenshot",
+ "PrtScr: Screenshot",
56
"Ctrl+F1: Switch resolution",
57
0,
58
};
0 commit comments