LoginSignup
0
0

More than 5 years have passed since last update.

SlackでC-fが検索に割り振られたのでKarabinerの設定を書いた

Last updated at Posted at 2014-08-29

C-fを押すと検索ウィンドウが開くだけなら許せたけど入力中のテキストが吹き飛んで仕事どころじゃなかったので適当に書いた。1回やらかせば学習して繰り返さないかと思ったけどそんなことはなかった。手癖は辛い。

その後に家からSlack使う時にはC-fがカーソル移動のままだったし何がトリガーで挙動が変わったのかは結局分からなかったけど周りにも同じ現象が起きてる人がいたので。

<?xml version="1.0"?>
<root>
    <appdef>
        <appname>SLACK</appname>
        <equal>com.tinyspeck.slackmacgap</equal>
    </appdef>
    <list>
        <item>
            <name>Control + f to RIGHT(Slack)</name>
            <identifier>private.slack_right.control_f</identifier>
            <only>SLACK</only>
            <autogen>--KeyToKey-- KeyCode::F, ModifierFlag::CONTROL_L, KeyCode::CURSOR_RIGHT</autogen>
        </item>
    </list>
</root>
0
0
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
0
0