software:windows:autohotkey
差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
| software:windows:autohotkey [2017/07/23 00:54] – [Window毎にキー設定を変えるには] yoko | software:windows:autohotkey [2020/09/01 01:24] (現在) – [参考] yoko | ||
|---|---|---|---|
| 行 37: | 行 37: | ||
| <file text custum.ahk> | <file text custum.ahk> | ||
| - | #If WInActive(" | + | #IfWinActive |
| ^h::send, {BS} | ^h::send, {BS} | ||
| ^p::send, {Up} | ^p::send, {Up} | ||
| 行 44: | 行 44: | ||
| ^b::send, {Left} | ^b::send, {Left} | ||
| ^m::send, {Enter} | ^m::send, {Enter} | ||
| - | #IfWInActive | + | #IfWinActive |
| </ | </ | ||
| ### Window毎にキー設定を変えるには | ### Window毎にキー設定を変えるには | ||
| - | 下記のように、`WinActive` を使う | + | 下記のように、`# |
| ``` | ``` | ||
| - | #If WInActive(" | + | #IfWinActive |
| ... | ... | ||
| ``` | ``` | ||
| 行 58: | 行 58: | ||
| ``` | ``` | ||
| - | #IfWInActive | + | #IfWinActive |
| + | ``` | ||
| + | |||
| + | 又、指定のウィンドウ以外で有効にしたい場合は、下記のように、`# | ||
| + | |||
| + | ``` | ||
| + | # | ||
| + | ... | ||
| ``` | ``` | ||
| 行 78: | 行 85: | ||
| ---- | ---- | ||
| - | - AutoHotKeyを使えば,ソフトにかかわらずキーアサインを自在に変更できる。なので、WordでもWebブラウザでもEmacsライクなカーソル移動ができて快適。ただ、元々定義されていたキー機能は動かなくなるので注意する必要がある。 | + | * AutoHotKeyを使えば,ソフトにかかわらずキーアサインを自在に変更できる。なので、Word/ExcelでもWebブラウザでもEmacsライクなカーソル移動ができて快適。ただ、元々定義されていたキー機能は動かなくなるので注意する必要がある。 |
| 所感 | 所感 | ||
| 行 87: | 行 94: | ||
| ------- | ------- | ||
| - | - [[software: | + | * [[software: |
| - | - [[software: | + | |
| 参考 | 参考 | ||
| ---- | ---- | ||
| - | 1. [AutoHotKeyでダイヤモンドカーソル化](http:// | + | 1. [[https:// |
| - | 2. [AutoHotkeyの使い方1](https:// | + | 2. [AutoHotKeyでダイヤモンドカーソル化](http:// |
| - | 3. [AutoHotkeyの使い方2](https:// | + | 3. [AutoHotkeyの使い方1](https:// |
| - | 4. [Windows 10用に追加したAutoHotkeyの設定](https:// | + | 4. [AutoHotkeyの使い方2](https:// |
| - | 5. [AutoHotkey(ショートカットやキーアサインを作る)](http:// | + | 5. [Windows 10用に追加したAutoHotkeyの設定](https:// |
| - | 6. [AutoHotKey 公式サイト](https:// | + | 6. [AutoHotkey(ショートカットやキーアサインを作る)](http:// |
| + | 7. [AutoHotKey 公式サイト](https:// | ||
| + | 8. [[https:// | ||
software/windows/autohotkey.1500771283.txt.gz · 最終更新: by yoko
