6
6

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.

InputSequenceのショートカットが効かない場合(Sublime Text3)

Posted at

入れてはみたものの、Windows環境でデフォルトショートカットが動作せず、InputSequence GitHubのトラブルシューティングでも解決せず。
調べた所ST2の解決策しかなかったので、ST3用の解決方法を書いておきます。

導入

package controllには追加されておらず、検索しても出てこないのでInputSequence GitHubの手順に沿ってインストール。

Package Control から Add Repository を実行。
ウィンドウ下部にリポジトリパスの入力エリアが出現するので、下記を入力。
https://github.com/kazu1107/InputSequence.git
次に Install Package を実行し、InputSequence をインストール。

ショートカットが効かない場合

Preferences > Key Bindings - User > Default.sublime-keymapに以下を追記
{ "keys": ["任意のショートカット"], "command": "input_sequence"}

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?