Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
baf3e50b
Commit
baf3e50b
authored
Aug 12, 2012
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
config: bind the media keys by default (in addition to regular ones)
parent
e4d638b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
src/libvlc-module.c
src/libvlc-module.c
+7
-7
No files found.
src/libvlc-module.c
View file @
baf3e50b
...
...
@@ -2278,7 +2278,7 @@ vlc_module_begin ()
*/
# define KEY_TOGGLE_FULLSCREEN "f"
# define KEY_LEAVE_FULLSCREEN "Esc"
# define KEY_PLAY_PAUSE "Space"
# define KEY_PLAY_PAUSE "Space
\tMedia Play Pause
"
# define KEY_PAUSE NULL
# define KEY_PLAY NULL
# define KEY_FASTER "+"
...
...
@@ -2286,9 +2286,9 @@ vlc_module_begin ()
# define KEY_RATE_NORMAL "="
# define KEY_RATE_FASTER_FINE "]"
# define KEY_RATE_SLOWER_FINE "["
# define KEY_NEXT "n"
# define KEY_PREV "p"
# define KEY_STOP "s"
# define KEY_NEXT "n
\tMedia Next Track
"
# define KEY_PREV "p
\tMedia Prev Track
"
# define KEY_STOP "s
\tMedia Stop
"
# define KEY_POSITION "t"
# define KEY_JUMP_MEXTRASHORT "Shift+Left"
# define KEY_JUMP_PEXTRASHORT "Shift+Right"
...
...
@@ -2305,9 +2305,9 @@ vlc_module_begin ()
# define KEY_NAV_LEFT "Left"
# define KEY_NAV_RIGHT "Right"
# define KEY_QUIT "Ctrl+q"
# define KEY_VOL_UP "Ctrl+Up"
# define KEY_VOL_DOWN "Ctrl+Down"
# define KEY_VOL_MUTE "m"
# define KEY_VOL_UP "Ctrl+
Up\tVolume
Up"
# define KEY_VOL_DOWN "Ctrl+
Down\tVolume
Down"
# define KEY_VOL_MUTE "m
\tVolume Mute
"
# define KEY_SUBDELAY_UP "h"
# define KEY_SUBDELAY_DOWN "g"
# define KEY_SUBPOS_DOWN NULL
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment