LoginSignup
1
1

More than 5 years have passed since last update.

Sequel Pro で C-h でちゃんと DELETE する

Posted at

KeyRemap4MacBook を使う。

private.xml
<?xml version="1.0"?>
<root>
  <appdef>
    <appname>SEQUELPRO</appname>
    <equal>com.google.code.sequel-pro</equal>
  </appdef>

  <item>
    <name>Sequel Pro</name>
    <item>
      <item>Remap C-h to DELETE</item>
      <identifier>org.aereal.sequel-pro.remap-c-h-to-delete</identifier>
      <autogen>--KeyToKey-- KeyCode::H, VK_CONTROL, KeyCode::DELETE</autogen>
    </item>
  </item>

~/Library/Application Support/KeyRemap4MacBook/private.xml に追記 (なければ作る) する。

/Library/PreferencePanes/KeyRemap4MacBook.prefPane を開いて "Reload XML"

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1