LoginSignup
3
3

More than 5 years have passed since last update.

KarabinerでExcelのキーバインド変更

Posted at

Karabiner.version 10.9.0で説明します。

メニューバーのKarabinerアイコンから「Preferences...」を選択。

設定画面の「Misc & Uninstall」にある
「Custom Setting」欄の「Open private.xml」をクリック。
スクリーンショット 2015-10-05 13.09.52.png

Karabinerのディレクトリが開くので、中にあるprivate.xmlをエディタで開く。

以下の内容を追加

private.xml
  <appdef>
    <appname>EXCEL</appname>
    <equal>com.microsoft.Excel</equal>
  </appdef>

  <item>
    <name>Excel Remap</name>
    <identifier>private.app_excel</identifier>
    <only>EXCEL</only>
    <autogen>
      __KeyToKey__
      KeyCode::H,
      ModifierFlag::CONTROL_L,
      KeyCode::DELETE
    </autogen>
  </item>

保存したら、Karabinerの設定ページの「Change Key」タブにある「Reload XML」をクリック。

スクリーンショット 2015-10-05 13.17.53.png

「Excel Remap」が追加されていたら成功。

screen shot 4.png

3
3
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
3
3