LoginSignup
1
1

More than 5 years have passed since last update.

iTerm2でCmd-Tabでアプリ切り替え

Last updated at Posted at 2015-06-15

Mac Yosemiteで、ですが、
iTerm2でCmd-Tabでアプリ切り替えがうまくいかなくなっている。
以下のURLのパターンは以前は問題なかったのだけど、Yosemiteから効かないかな?
http://qiita.com/hayamiz/items/0f0b7a012ec730351678

Karabiner(旧KeyRemap4MacBook)のprivate.xmlで対処する

xml
<?xml version="1.0"?>
<root>
  <item>
    <name>iTerm2 Command-Tab</name>
    <identifier>private.iterm2_cmd_tab</identifier>
    <only>iTerm2</only>
    <autogen>--KeyToKey-- KeyCode::TAB, ModifierFlag::COMMAND_L, KeyCode::TAB, ModifierFlag::COMMAND_R</autogen>
  </item>
  <appdef>
    <appname>iTerm2</appname>
    <equal>com.googlecode.iterm2</equal>
  </appdef>
</root>
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