Skip to content

Commit

Permalink
input.conf: unmap some more obscure bindings
Browse files Browse the repository at this point in the history
Changing audio-delay is probably not needed.

Changing balance "works", but not as expected (sets up a pan matrix to
change left/right contributions to each other, rather than changing the
relative volumes of each channel).

I expect that the rest are not in use by anyone.
  • Loading branch information
wm4 committed Aug 7, 2014
1 parent fa682af commit 90ec333
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions etc/input.conf
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@
#Shift+LEFT no-osd seek -1 - exact
#Shift+UP no-osd seek 5 - exact
#Shift+DOWN no-osd seek -5 - exact
#+ add audio-delay 0.100 # this changes audio/video sync
#- add audio-delay -0.100
#[ multiply speed 0.9091 # scale playback speed
#] multiply speed 1.1
#{ multiply speed 0.5
Expand Down Expand Up @@ -98,8 +96,6 @@
#/ add volume -1
#0 add volume 1
#* add volume 1
#( add balance -0.1 # adjust audio balance in favor of left
#) add balance 0.1 # right
#m cycle mute
#1 add contrast -1
#2 add contrast 1
Expand All @@ -110,7 +106,7 @@
#7 add saturation -1
#8 add saturation 1
#d cycle framedrop # cycle through framedrop modes
# toggle deinterlacer; requires either vdpau output, -vf yadif or kerndeint
# toggle deinterlacer (automatically inserts or removes required filter)
#D cycle deinterlace
# Next 3 currently only work with --no-ass
#r add sub-pos -1 # move subtitles up
Expand All @@ -120,10 +116,8 @@
#V cycle ass-vsfilter-aspect-compat
#j cycle sub # cycle through subtitles
#J cycle sub down # ...backwards
#F cycle sub-forced-only
#SHARP cycle audio # switch audio streams
#_ cycle video
#TAB cycle program
#T cycle ontop # toggle video window ontop of other windows
#f cycle fullscreen # toggle fullscreen
#s screenshot # take a screenshot
Expand All @@ -149,11 +143,6 @@
#PGUP add chapter -1 # skip to previous chapter
#PGDWN add chapter 1 # skip to next chapter
#E cycle edition # next edition
#A cycle angle
#U stop

#l cycle quvi-format 1
#L cycle quvi-format -1

# Apple Remote section
#AR_PLAY cycle pause
Expand Down Expand Up @@ -220,3 +209,13 @@
# ? sub_step +1 # previous
# ? cycle_values window-scale 0.5 2 1 # switch between 1/2, 2x, unresized window size
# ? cycle colormatrix
# ? add audio-delay 0.100 # this changes audio/video sync
# ? add audio-delay -0.100
# ? cycle angle # switch DVD/Bluray angle
# ? add balance -0.1 # adjust audio balance in favor of left
# ? add balance 0.1 # right
# ? cycle sub-forced-only # toggle DVD forced subs
# ? cycle program # cycle transport stream programs
# ? stop # stop playback (quit or enter idle mode)
# ? cycle quvi-format 1 # cycle streaming video quality (semi-broken)
# ? cycle quvi-format -1

3 comments on commit 90ec333

@paulguy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've had to use audio-delay adjustment a good few times to tweak bad, broken videos/streams back in to sync. Maybe rebind them to something a bit harder for people to hit by accident, but I wouldn't remove it completely, as broken videos still exist quite frequently in the wild. Never really use any of the others. Angle might be useful to somebody, but not very likely, heh, and people casuallly watching DVDs probably would use a frontend anyway...

@divVerent
Copy link
Member

@divVerent divVerent commented on 90ec333 Aug 10, 2014 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@paulguy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, putting them behind something like CTRL+ALT wouldn't be too bad, just so all the really obscure functionality remains there in some form, but very unlikely to accidentally activate.

Please sign in to comment.