Karabiner帮助重新映射密钥

时间:2015-05-28 05:32:18

标签: keyboard remap

我打破了我的macbook pro上的“j”按钮,知道如何用右命令+“k”替换j?

我尝试了几种不同的东西,却无法让它发挥作用。

我将不胜感激。

谢谢!

1 个答案:

答案 0 :(得分:1)

private.xml中,类似的内容应该有效:

<?xml version="1.0"?>
<root>
  <item>
    <name>New J</name>
    <identifier>private.new_j_key</identifier>
    <autogen>__KeyToKey__ KeyCode::K, ModifierFlag::COMMAND_R, KeyCode::J</autogen>
  </item>
</root>