Skip to content

Instantly share code, notes, and snippets.

@kmaehashi
Last active December 29, 2015 19:19
Show Gist options
  • Save kmaehashi/7716502 to your computer and use it in GitHub Desktop.
Save kmaehashi/7716502 to your computer and use it in GitHub Desktop.
HHKB 英字配列モデルの Macintosh モードで、Fn+Delete (Clear) を Forward Delete にマップする KeyRemap4MacBook の設定
<?xml version="1.0"?>
<root>
<item>
<name>Change Clear to Forward Delete</name>
<identifier>private.clear_to_forward_delete</identifier>
<autogen>__KeyToKey__ KeyCode::KEYPAD_CLEAR, KeyCode::FORWARD_DELETE</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment