summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorwm4 <wm4@mplayer2.org>2012-04-06 23:14:21 +0200
committerwm4 <wm4@mplayer2.org>2012-04-06 23:56:30 +0200
commitce7562705e8adb9a8b567da10ae0d9d8df646d7d (patch)
tree38820543adecdfb418614debda7b04cd29647c2f /etc
parentfd4759c8e6c3849cefbb22c0e7dca383683aeed1 (diff)
downloadmpv-ce7562705e8adb9a8b567da10ae0d9d8df646d7d.tar.bz2
mpv-ce7562705e8adb9a8b567da10ae0d9d8df646d7d.tar.xz
win32: support key modifiers (shift, ctrl, alt)
Support for this is rather simple, and some combinations of modifiers and keys don't work. For example, Ctrl+Alt+character is not supported, because Windows doesn't emit a WM_CHAR in this case. Also add support for the pause and print screen keys. Remove the pointless KEY_CTRL translation. Remove KEY_CTRL altogether, because it was not clear what it was actually supposed to mean.
Diffstat (limited to 'etc')
-rw-r--r--etc/input.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/input.conf b/etc/input.conf
index 7b61344f7f..46bc17d500 100644
--- a/etc/input.conf
+++ b/etc/input.conf
@@ -23,7 +23,7 @@
#
# You can use modifier-key combinations like Shift+Left or Ctrl+Alt+x with
# modifiers Shift, Ctrl, Alt and Meta, but note that currently reading
-# key combinations is only supported through the video windows of X-based
+# key combinations is only supported through the video windows of certain
# output drivers (not in output windows of other drivers or in a terminal).
MOUSE_BTN0_DBL vo_fullscreen # toggle fullscreen on/off