mac键盘修改工具karabiner(禁用command+Q)
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 下载地址:https://pqrs.org/osx/karabiner/ 可以在Misc & Uninstall标签页自己定义private.xml,在其中修改快捷键。 会打开/Users/cyper/Library/Application Support/Karabiner/private.xml, 当前(20160710)我的xml内容如下: <?xml version="1.0"?> <root> <item> <name>change command h</name> <append>Change Command+H to Ctrl+H</append> <identifier>cyper_command_h</identifier> <not>REMOTEDESKTOPCONNECTION</not> <autogen>__KeyToKey__ KeyCode::H, VK_COMMAND, KeyCode::H, ModifierFlag::CONTROL_L</autogen> </item> <item> <name>disable command q</name> <append>Change Command+Q to Ctrl+Q</append> <identifier>cyper