Commit 56cc823c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

New hotkeys for normal speed(=), faster(]) and slower([)

parent 8bf474fd
...@@ -2234,9 +2234,9 @@ vlc_module_begin () ...@@ -2234,9 +2234,9 @@ vlc_module_begin ()
# define KEY_PLAY KEY_UNSET # define KEY_PLAY KEY_UNSET
# define KEY_FASTER '+' # define KEY_FASTER '+'
# define KEY_SLOWER '-' # define KEY_SLOWER '-'
# define KEY_RATE_NORMAL KEY_UNSET # define KEY_RATE_NORMAL '='
# define KEY_RATE_FASTER_FINE KEY_UNSET # define KEY_RATE_FASTER_FINE ']'
# define KEY_RATE_SLOWER_FINE KEY_UNSET # define KEY_RATE_SLOWER_FINE '['
# define KEY_NEXT 'n' # define KEY_NEXT 'n'
# define KEY_PREV 'p' # define KEY_PREV 'p'
# define KEY_STOP 's' # define KEY_STOP 's'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment