Files
mpv/osdep
James Ross-Gowan 0af8811b15 terminal-win: support modifier keys in console input
Keyboard input in the console still isn't quite as flexible as it is in
the video window. Ctrl+<letter> and Ctrl+LEFT/RIGHT work, but
Ctrl+Alt+<letter> and Ctrl+<number> do not. Also, in the new Windows 10
console, a bunch of Ctrl keystrokes including Ctrl+UP/DOWN are handled
by the console window and not passed to the application.

Unlike in w32_common.c, we can't really translate keyboaard input
ourselves because the keyboard layout of the console window (in
conhost.exe) doesn't necessarily match the keyboard layout of mpv's
console input thread, however, using ToUnicode as a fallback when the
console doesn't return a unicode value could be a possible future
improvement.

Fixes #3625
2016-10-14 08:44:33 +11:00
..
2016-02-10 21:29:36 +01:00
2016-06-26 13:47:21 +02:00
2016-09-07 11:26:25 +02:00
2016-02-18 22:57:28 +11:00
2015-04-13 12:10:01 +02:00
2015-05-02 18:59:58 +02:00
2016-07-12 21:05:33 +10:00
2016-09-28 21:38:52 +10:00
2015-05-02 16:14:51 +02:00
2016-02-10 21:29:36 +01:00
2015-04-13 12:10:01 +02:00
2015-04-13 12:10:01 +02:00
2016-01-07 23:37:06 +11:00