I would also like this feature. Windows only: you can install vlc-delete and AutoHotKey v1 and use this script to trigger the menu item (as though you typed `alt+i,r`) to the shortcut `ctrl+delete`: #IfWinActive ahk_exe vlc.exe ^Delete:: SendInput {Blind}{Ctrl up}{Delete up} SendInput {Blind}{Alt do...