ニュース

スニペットツールをAutoHotkeyのGUIのListBoxを使って作成しました。 スニペットツール GUIのリストボックス内の文字列 (画像の「タイトルA」などの部分) をダブルクリックすると 対象としたテキストエディタに 設定した文字列を貼り付ける動作になります。
To create a popup, first define a function that builds the GUI. The popup.add_button() method is a convenience method that creates a button that will close the popup window after the callback function ...
コントロール部分を選択できているか視認しづらいので 何か方法はないかと探したら下記の記事に 「マウスオーバー時に ...
This is a small GUI that allows you to run any normal AutoHotkey command or block of code by typing a name for the command you want to run. I wrote this script because I was creating more and more ...
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 ...