Using AutoHotKey, I want to send through a hotkey (^l) the forward slash key viz. {/} continuously after a gap of 10 seconds (Sleep,10000) to Media Player Application only if it is the active window. If any other window is the active window, then the forward slash should not be sent.
The hotkey (^l) key should be a toggle, ie pressing it again should stop sending the forward slash key.
(ahk_class of Media Player Classic:) ahk_class MediaPlayerClassicW
Thanks in advance for the pointers/help.