【发布时间】:2014-04-30 06:17:49
【问题描述】:
前段时间,我在网上找到了一个脚本,它提供了创建新文件的快捷方式。它非常适合我运行 Windows 7 的计算机:
#IfWinActive, ahk_class CabinetWClass
#n:: ;If Windows+N is pressed in Windows Explorer
Send {Alt} ;Menu
Send f ;> File
Send w ;> New
Send t ;select Text Document
Send ^a ;select all
Exit
此脚本不适用于我运行 Windows 8 的新笔记本电脑。只是想知道是否有人知道这是为什么,是否可以进行快速编辑以使其工作?感谢您的帮助!
【问题讨论】:
标签: windows keyboard-shortcuts autohotkey