## 概要
[[📘AutoHotkeyが織りなすNeovimの魅力]] を執筆するために [[🦉Spinal reflex bindings template]]の設定を参照していたら、今は利用していないノイズが結構あることが分かった。今後[[AutoHotkey]] v2移行を行うときのために、不要な設定は削除しておく。
また、ホットキー設定に冗長な表現が多いので、それらも最適化する。
## タスク
- [x] /001 Alphabets.ahk
- [x] /002 Gesture.ahk
- [x] /003 Numbers.ahk
- [x] /004 Others.ahk
- [x] /005 Symbols.ahk
- [x] SNIPPETモード削除
- [x] DEBUGモード削除
- [x] `AW(poderosa)`削除
- [x] `ActivateWindowByTitle("[mimizou-room]")` 削除
## 変更点
<div class="link-card">
<div class="link-card-header">
<img src="https://github.githubassets.com/favicons/favicon.svg" class="link-card-site-icon"/>
<span class="link-card-site-name">GitHub</span>
</div>
<div class="link-card-body">
<div class="link-card-content">
<p class="link-card-title">Comparing b03931c...f9516c9 · tadashi-aikawa/spinal-reflex-bindings-template</p>
<p class="link-card-description">This repository is the Autohotkey KeyCustomized Project which is applicable to only mine. - Com ... </p>
</div>
<img src="https://opengraph.githubassets.com/926bc29fd1696f6d5e8c3361734bff9aee64a20f501f71ea8a67f3160d733347/tadashi-aikawa/spinal-reflex-bindings-template" class="link-card-image" />
</div>
<a href="https://github.com/tadashi-aikawa/spinal-reflex-bindings-template/compare/b03931c...f9516c9"></a>
</div>
## メモ
- `isSecondKey()` -> `2K(";")`
- `isSecondKeyAfterCtrlJ()` -> `2K("^j")`
- `isActiveProcess` -> `AP`
- `isActive(` -> `AW(`