Page 1 of 1

shortcut key: video > always fit window

Posted: 28 Feb 2024 17:57
by gcb
Hi!

Is there a way to assign a shortcut key for "video > always fit window" toggle?

Could not find it on the "settings > show all options", "keyboard shortcut"'s search.

thank you!

Re: shortcut key: video > always fit window

Posted: 31 Jul 2024 18:38
by gcb
bump and note to self:

https://code.videolan.org/videolan/vlc/ ... /hotkeys.c
needs an
```
case ACTIONID_AUTOSCALE:
vlc_player_vout_ToggleAutoscaleMode(player);
break;
```
in `PLAYER_ACTION_HANDLER(Vouts)` and the needful changes in src/misc/actions.c and src/misc/actions.h