禁用 CTRL-Z 的具体方法
之前问了很多人好像没有人知道 我来教大家一个简单的方法 1.安装热键软件 autohotkey.com2.新建文本文件 输入内容
#NoTrayIcon SetTitleMatchMode RegEx return ;
Disable Ctrl+Z shortcut in Windows Explorer ;
#IfWinActive ahk_class ExploreWClass|CabinetWClass ^z::return #IfWinActive PASTE IN: "User - AppData - Roaming - Microsoft - Windows - Start Menu - Programs - Startup" Edited w/ Premiere Pro CC:
3.另存为akb文件 然后双击启动就可以了。
原来已经找到了 willy19928 发表于 2019-11-20 00:32
原来已经找到了
实测这个方法有效 但是不好 因为不光禁用了exp的这个功能 连编辑文本的时候也禁用了 等于禁用一切这个快捷键
页:
[1]