Skip to content

Commit 7aa62a8

Browse files
committedMar 31, 2012
update shortcuts help message
1 parent 9a58ed8 commit 7aa62a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎src/shortcuts.c

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ static void help(void)
4747
"F1 / F2 / F3: Set video in CVBS green/blue/red",
4848
"F5 / F6: Increase/decrease brightness",
4949
"F7 / F8: Increase/decrease contrast",
50-
"Esc: Exit fun",
50+
"Ctrl+Esc: Exit fun",
5151
"F1: Show patch name(simple mode)",
52-
"F9: Next patch(simple mode)",
53-
"F11: Previous patch(simple mode)",
52+
"F9 / RIGHT: Next patch(simple mode)",
53+
"F11 / LEFT: Previous patch(simple mode)",
5454
"Ctrl+Alt+Del / Hold F10 / Hold middle button: Reboot",
55-
"Ctrl+Pause: Screenshot",
55+
"PrtScr: Screenshot",
5656
"Ctrl+F1: Switch resolution",
5757
0,
5858
};

0 commit comments

Comments
 (0)
Please sign in to comment.