5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

日本語入力モードをいろんなキーを起点に解除する。

Posted at

いろいろなところで日本語入力モードがONになったままの不幸を味わったので、とりあえず解除の起点となりそうで、かつ、日本語入力では使わないキーを解除のキーにしてみた。

CTRLとか人によってはモード切り替えで使いそうなのでなんですが…

Keyremap4Macbookをいれて、private.xmlに以下を追加して有効化。

<item>
	<name>Key with EISUU</name>
	<identifier>private.key_with_eisuu</identifier>
	<autogen>--KeyToKey-- KeyCode::CONTROL_L,  KeyCode::JIS_EISUU,  KeyCode::CONTROL_L</autogen>
	<autogen>--KeyToKey-- KeyCode::Q,   KeyCode::JIS_EISUU,  KeyCode::Q </autogen>
	<autogen>--KeyToKey-- KeyCode::ESCAPE,  KeyCode::ESCAPE,  KeyCode::JIS_EISUU</autogen>
	<autogen>--KeyToKey-- KeyCode::J,  VK_CONTROL,  KeyCode::J,  VK_CONTROL,  KeyCode::JIS_EISUU</autogen>
</item>
5
5
2

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?