autohotkey实现快捷键调用F4Menu

F4Menu是啥?赶快google下吧。

 

#4::
send,^c
clipwait
sleep 500 ;wait copying file name into clipboard, otherwise will show file name of last time
fileName = "%clipboard%" ; in case there is space in file path
run yourFaMenuPath -m %fileName% ;please replace yourFaMenuPath with absolutely file path of F4Menu.exe
return

你可能感兴趣的:(autohotkey实现快捷键调用F4Menu)