gundam4 发表于 2019-11-19 22:19:01

禁用 CTRL-Z 的具体方法

之前问了很多人好像没有人知道 我来教大家一个简单的方法 1.安装热键软件   autohotkey.com
2.新建文本文件 输入内容
#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:35

原来已经找到了

gundam4 发表于 2019-12-1 15:38:42

willy19928 发表于 2019-11-20 00:32
原来已经找到了

实测这个方法有效 但是不好 因为不光禁用了exp的这个功能 连编辑文本的时候也禁用了 等于禁用一切这个快捷键
页: [1]
查看完整版本: 禁用 CTRL-Z 的具体方法