This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Autohotkey - Move opened file to Recycle Bin | |
; Working on: MPC-HC, Media Player Classic | |
; | |
; Setup: Options -> Player -> Title Bar -> Display full path | |
; Delete is under Del key, assuming page down is set to open next file as default. | |
#IfWinActive ahk_class MediaPlayerClassicW | |
{ | |
Del:: | |