Commit 49d002c3 authored by Antoine Cellerier's avatar Antoine Cellerier

Change DVD-next hotkey on !__APPLE__ to ctrl-f instead of ctrl-n (ctrl-n is...

Change DVD-next hotkey on !__APPLE__ to ctrl-f instead of ctrl-n (ctrl-n is already used to open the "open network stream" dialog)
parent 83a6e5b0
......@@ -1713,7 +1713,7 @@ vlc_module_begin();
# define KEY_INTF_HIDE 'I'
# define KEY_DISC_MENU KEY_MODIFIER_CTRL|'m'
# define KEY_TITLE_PREV KEY_MODIFIER_CTRL|'p'
# define KEY_TITLE_NEXT KEY_MODIFIER_CTRL|'n'
# define KEY_TITLE_NEXT KEY_MODIFIER_CTRL|'f'
# define KEY_CHAPTER_PREV KEY_MODIFIER_CTRL|'u'
# define KEY_CHAPTER_NEXT KEY_MODIFIER_CTRL|'d'
# define KEY_SNAPSHOT KEY_MODIFIER_CTRL|KEY_MODIFIER_ALT|'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