LoginSignup
1
1

More than 5 years have passed since last update.

keyremap4macbookの独自設定xml

Last updated at Posted at 2012-07-25

コロンとセミコロンのswap

vim用。2年くらい前にデフォルトのswapが壊れていたので自分で書いた。

command + JKでcommand←→

terminalのタブの切替用。
カーソルキーに指を伸ばすのは前世の罪が重たい証拠。

<?xml version="1.0"?><root>  <list>    <item>      <name>Swap JIS_Colon and Semicolon</name>      <identifier>private.swap_jis_colon_and_semicolon</identifier>      <autogen>--KeyToKey-- KeyCode::SEMICOLON, ModifierFlag::NONE, KeyCode::JIS_COLON</autogen>      <autogen>--KeyToKey-- KeyCode::JIS_COLON, ModifierFlag::NONE, KeyCode::SEMICOLON</autogen>     </item>    <item>      <name>Swap command cursor and jk</name>      <identifier>private.swap_command_cursor_and_jk</identifier>      <autogen>--KeyToKey-- KeyCode::J, ModifierFlag::COMMAND_R, KeyCode::CURSOR_LEFT, ModifierFlag::COMMAND_R</autogen>      <autogen>--KeyToKey-- KeyCode::K, ModifierFlag::COMMAND_R, KeyCode::CURSOR_RIGHT, ModifierFlag::COMMAND_R</autogen>    </item>  </list></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