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 v2.0 Win+Hショートカットを「変換」キーに割り当て

Posted at
#Requires AutoHotkey v2.0

; 変換キーを無効化し、Win+Hに割り当て
vk1C::
{
    Send "{LWin down}h{LWin up}"
}
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?