diff options
author | wm4 <wm4@nowhere> | 2015-11-17 21:49:30 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-11-17 21:49:30 +0100 |
commit | a3195381d17074e95cc5367c8136363251051fe2 (patch) | |
tree | 70441056d0c8dfb30ebcbc87d936c6617403100a /etc | |
parent | 8ff205868136368bb8a096eb5dc0fac07fe2c50d (diff) |
input.conf: add default bindings for changing window scale
These are very much inspired by the hardcoded Cocoa bindings on OSX.
Fixes #2500.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/input.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/input.conf b/etc/input.conf index d9c995889a..b5229b008a 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -100,6 +100,9 @@ #6 add gamma 1 #7 add saturation -1 #8 add saturation 1 +#Alt+0 set window-scale 0.5 +#Alt+1 set window-scale 1.0 +#Alt+2 set window-scale 2.0 # toggle deinterlacer (automatically inserts or removes required filter) #d cycle deinterlace #r add sub-pos -1 # move subtitles up |