0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

AutoHotkeyが動かなくなった

Posted at

ahkが急に動かなくなった時に確認することの一つ

ブロックを一行で記述しようとすると動かない。
エラーがでず、実行もされないため非常にわかりにくい。

; sc07B & d::{ MouseMove A_ScreenWidth // 2, A_ScreenHeight // 2, 0 } ; NG

sc07B & d::{
    MouseMove A_ScreenWidth // 2, A_ScreenHeight // 2, 0
}

PCの再起動とかahkの再インストールも試したけどだめで焦った。

あとこれも↓
https://qiita.com/kerupani129/items/d7894dbf789758f05e12
変換・無変換・カタカナひらがな のキーはレジストリで変更した方がいいかもしれない。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?