Skip to content

macosx: Fix hotkeys in VLCVoutView

Claudio Cambra requested to merge claucambra/vlc:work/fix-hotkeys into master

We were only instantiating the VLCHotkeysController in the init method which was not being called when the VLCVoutView was instantiated from XIB.

This MR ensures the controller is instantiated under both init conditions

Signed-off-by: Claudio Cambra developer@claudiocambra.com

Merge request reports