51
Post New Requests Here / Re: [IDEA] hotkey/shortcut tracker
« Last post by Nod5 on May 29, 2021, 04:54 AM »AutoHotKey?A few tips for AutoHotkey. Pick one organizing system for your hotkeys and stick to it. Some variants:-ottenm (May 26, 2021, 11:43 AM)
1. collect all hotkeys in a single .ahk file. You can then simply open the source and look up all hotkeys there. Search for "::" to look up hotkey definitions e.g. "^k::".
2. Separate files, but all hotkeys for one application or window in one .ahk
3. Separate files, but put the hotkey keys in the filename. For example "Firefox copy URL (ctrl+K).ahk". If consistently done then you can search for a hotkey with Everything or similar file search tool.
Also
4. Use a plaintext search tool like ripgrep to instantly search the contents of a whole folder of .ahk source files.
5. Use this script to show a list of all currently running AutoHotkey files.

Recent Posts
Co-op games is a good niche to cover. I see that your videos already appear on some game pages on Board Game Geek,e.g.
. With MoveFileHere you press F7 to move the latest downloaded file to the active Explorer folder. The hotkey and folder can be changed in settings. Copy and rename MoveFileHere.exe to e.g. MoveFileHere2.exe to set up multiple hotkeys and folders.