Skip to content

Instantly share code, notes, and snippets.

@terasakisatoshi
Forked from tsuemura/cursor.ahk
Created December 20, 2019 05:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save terasakisatoshi/2c80af92f993789077553e3588504f2c to your computer and use it in GitHub Desktop.
Save terasakisatoshi/2c80af92f993789077553e3588504f2c to your computer and use it in GitHub Desktop.
Windows買ったとき用メモ
F13 & A::Send,{Blind}{Left}
F13 & S::Send,{Blind}{Down}
F13 & W::Send,{Blind}{Up}
F13 & D::Send,{Blind}{Right}
F13 & J::Send,{Esc}
~j up::
Input, jout, I T0.1 V L1, {j}
if(ErrorLevel == "EndKey:J"){
SendInput, {BackSpace 2}
Send,{Esc}
}
Return

キーボード周り

参考: https://qiita.com/riekure/items/49b941fa5159f9948313

  • ChangeKeyでCtrlとCapsLockを入れ替える
  • AutoHotKeyで右Alt+HJKLでの矢印移動を有効化
    • cursor.ahk参照
    • エクスプローラで shell:startup と打つとスタートアップフォルダが出るのでそこに cursor.ahk を入れとくといい
  • Google日本語入力
    • 変換をCtrl+Spaceにするだけ
    • keymap.txtをインポートする

WSL

ツール類

Ctrl p ConvertToFullAlphanumeric
Composition C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment