Search found 1 match

Go to advanced search

by dankaplanses
22 Jun 2023 01:41
Forum: Scripting VLC in lua
Topic: Add Hotkey to Lua Script
Replies: 6
Views: 10437

Re: Add Hotkey to Lua Script

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...

Go to advanced search