Skip to content

Instantly share code, notes, and snippets.

@tsuemura
Last active December 20, 2019 05:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tsuemura/cc70a18303138812f7dd2d05b2de30b2 to your computer and use it in GitHub Desktop.
Save tsuemura/cc70a18303138812f7dd2d05b2de30b2 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