mirror of
https://github.com/mpv-player/mpv
synced 2024-12-22 14:52:43 +00:00
Fix a typo error with JOY_BTN2 and JOY_BTN3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5196 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
69020dcfb1
commit
65a1fea315
@ -75,5 +75,5 @@ JOY_UP seek 60
|
||||
JOY_DOWN seek -60
|
||||
JOY_BTN0 pause
|
||||
JOY_BTN1 osd
|
||||
JOY_BTN2 volume 1"},
|
||||
JOY_BTN3 volume -1"},
|
||||
JOY_BTN2 volume 1
|
||||
JOY_BTN3 volume -1
|
||||
|
Loading…
Reference in New Issue
Block a user