ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

[IDEA] hotkey/shortcut tracker

<< < (2/2)

skwire:
Nir's Hotkeylist doesn't do win keys, though.-BGM (May 27, 2021, 09:08 PM)
--- End quote ---

By default, it does not.  You can enable that feature under the Options menu:

[IDEA] hotkey/shortcut tracker


BGM:
Ah, I had an old version.  The new one, indeed, has the win keys, too.
Thanks, Skwire!

Nod5:
AutoHotKey?
-ottenm (May 26, 2021, 11:43 AM)
--- End quote ---
A few tips for AutoHotkey. Pick one organizing system for your hotkeys and stick to it. Some variants:
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.

Navigation

[0] Message Index

[*] Previous page

Go to full version