This is a beginner’s guide to creating AutoHotkey scripts. AutoHotkey is a program that allows you to create a key combination for a task. You can call them macros or mini-programs. The scripts or ...
AutoHotkeyでアプリケーションスイッチャーを作りました。 指定したアプリのウィンドウかを判別し、ウィンドウを前面化します。 私は左手デバイスで1ボタン起動できるようにしているのでショートカットではなく、実行したら即終了と言う形でやっています。
AutoHotkey is a great scripting language (for Windows) for non-programmers that helps make repetitive tasks, that get in the way of doing actual work, quick to execute. This tutorial is more of a ...