LoginSignup
0
0

More than 5 years have passed since last update.

Windowsで Ctrl + [ に Esc を割り当てる

Posted at

AutoHotKeyをインストール

キー割り当て変更のためにAutoHotKeyというソフトをインストールする。

key.ahkファイルを作成

「Ctrl + [」 を割り当てる設定ファイルを作成する。

key.ahk
^[::Send {Esc}

AutoHotKeyをインストールしていれば、ファイルをダブルクリックすることで設定が有効になる。

スタートアップに登録しておけば、Windows起動時に自動で反映できる。

参考

http://jutememo.blogspot.jp/2011/08/autohotkey-esc.html
http://tooljp.com/Windows10/doc/Startup/Startup.html

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