Search found 1 match

Go to advanced search

by XilE
05 Oct 2013 00:57
Forum: Scripting VLC in lua
Topic: Script to delete current playing file in Windows
Replies: 3
Views: 9676

Re: Script to delete current playing file in Windows

Neat I've been doing something similar with AutoHotkey, but I like your way better. #SingleInstance, Force #IfWinActive, ahk_class QWidget #NoTrayIcon BLI: BlockInput, MouseMoveOff ~CapsLock & Delete:: KeyWait, Delete, Up KeyWait, CapsLock, Up BlockInput, MouseMove SetCapsLockState, Off SetTimer...

Go to advanced search