From ce7562705e8adb9a8b567da10ae0d9d8df646d7d Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 6 Apr 2012 23:14:21 +0200 Subject: 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. --- etc/input.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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 -- cgit v1.2.3