Since some Global Hotkeys can not be set (recognised) in the UI settings, I set them manually in vlcrc file and it worked!!
Code: Select all
global-key-jump-short=Ctrl+Left
global-key-jump+short=Ctrl+Right
I checked out the rest of the file and I also found the following:
Code: Select all
#key-subtitle-text-scale-up=Ctrl+Mouse Wheel Up
#key-subtitle-text-scale-down=Ctrl+Mouse Wheel Down
#key-pause=Browser Stop
#key-play=Browser Refresh
Now I wonder are there any other mouse keys that can be set manually in the file, I would love to assign mouse keys in combination with Meta (Win key in linux):
Note: The following do not work, but im thinking in similar logic
Code: Select all
Mouse Browser Previous
Mouse Browser Next
Meta+Mouse Left Click
Meta+Mouse Right Click
Please advise how other mouse keys are named like the already known Mouse Wheel Up and Mouse Wheel Down.
Cheers!