Page 1 of 1

ShortKeeper - Keyboard Shortcut Manager (AutoHotkey-based)

Posted: 16 Apr 2018, 09:32
by enterpad
AutoHotkey has no limits when it comes to automation in Windows, but for many users who may only need simple keyboard shortcuts, installing and learning AutoHotkey, and keeping up to date, can be overkill. ShortKeeper is a lightweight software utility to help non-programmers create and maintain an AutoHotkey based system running a set of custom keyboard shortcuts.

ShortKeeper provides basic commands to easily create shortcuts, without the need to learn AutoHotkey (e.g., open a folder/document, start an application, insert text, show a webpage, etc.). For those who want more versatility, a special command accepts AutoHotkey code to create shortcuts/macros (or to use pre-existing ones from the Internet) that can do pretty much anything.

ShortKeeper can be set up in no time and requires no specialized knowledge (e.g., ASCII, ANSI, or Unicode, 32 or 64 bit, AHK script structure, etc.). It manages the whole AutoHotkey based system in a way most non-programmers will find to be remarkably efficient and effective. Its graphical user interface can be mastered quickly thanks to interactive help zones.

Image Broken Link for safety

ShortKeeper is free, portable, and digitally signed. It comes bundled with a version of AutoHotkey. Everything works from a single folder that can be easily moved or deleted. It is Windows 10, 7, and Vista compatible (with .NET 4 or later).

Download: https cedeq.com /sk Broken Link for safety
Tutorial: https cedeq.com /shortkeeper/en/tutorial Broken Link for safety

Re: ShortKeeper - Keyboard Shortcut Manager (AutoHotkey-based)

Posted: 03 May 2018, 03:09
by hasantr
Thank you. Well thought-out application. I think I can test the efficiency and leave a comment again. Thanks again.

Re: ShortKeeper - Keyboard Shortcut Manager (AutoHotkey-based)

Posted: 03 May 2018, 15:18
by enterpad
hasantr wrote:Thank you. Well thought-out application. I think I can test the efficiency and leave a comment again. Thanks again.
You’re welcome. Any test you could do would be useful for the whole community. I am looking forward to your comment.

Re: ShortKeeper - Keyboard Shortcut Manager (AutoHotkey-based)

Posted: 03 May 2018, 19:48
by enterpad
Shortkeeper v1.0.1.8 released:

-"Quick Notepad" command now works with other languages than English and French
-Double-click functionality now added to the "Windows Start Menu item" command helper
-Double-click functionality now added to the "Start application by name" command helper
-"Launch website" command now renamed "Open web page"
-UI improved
-Help content updated

Shortkeeper overview: https://cedeq.com/shortkeeper/en
ShortKeeper tutorial: https://cedeq.com/shortkeeper/en/tutorial (Create a keyboard shortcut to launch Google)
Download and complete changelog: https://cedeq.com/shortkeeper/en/download

Re: ShortKeeper - Keyboard Shortcut Manager (AutoHotkey-based)

Posted: 04 May 2018, 03:56
by hasantr
Extra Clipboard, He does not write the letter i.
Mouse click (Error with shortcut 9, line 3. This line does not contain a recognized action. Specifically: 300, 400 Failed attempt to start AutoHotkey.)

The properties are beautiful. If you develop more, you can pass alternatives. I will try to articulate between the programs I use all the time.
I want to keep feedback. Thank you for your work.

Re: ShortKeeper - Keyboard Shortcut Manager (AutoHotkey-based)

Posted: 04 May 2018, 11:16
by enterpad
hasantr,
Extra Clipboard, He does not write the letter i.
I imagine that you are using “Copy text to extra clipboard” or “Paste text from extra clipboard” to insert (instead of copy/paste) text. In the Param field for this command, you need to specify a clipboard number (e.g. 1, 2, 3, etc.). It should not contain the text you want to copy or paste. We will try to improve the help content. Please let me know if you still don’t understand how to use the clipboard commands. They are really useful.
Mouse click (Error with shortcut 9, line 3. This line does not contain a recognized action. Specifically: 300, 400 Failed attempt to start AutoHotkey.)
“Example of Param” (at the bottom of the center column) should have specified “Click, 300, 400” instead of just “300, 400”. The help content has been updated (ShortKeeper v1.0.1.9). Don’t miss the three-dot helper button (to the right of Param) to get the screen coordinates.

Thank you for your feedback.

Re: ShortKeeper - Keyboard Shortcut Manager (AutoHotkey-based)

Posted: 21 May 2018, 14:22
by enterpad
Shortkeeper v1.0.1.11 released:

-Software update functionality improved
-Interactive help zones updated

Shortkeeper overview: https://cedeq.com/shortkeeper/en
ShortKeeper tutorial: https://cedeq.com/shortkeeper/en/tutorial (Create a keyboard shortcut to launch Google)
Download and complete changelog: https://cedeq.com/shortkeeper/en/download

Re: ShortKeeper - Keyboard Shortcut Manager (AutoHotkey-based)

Posted: 28 Jun 2018, 18:29
by enterpad
Shortkeeper v1.0.1.14 released:
  • Reload AutoHotkey command added to the AutoHotkey menu in the system tray. Useful for quickly restarting AutoHotkey if a shortcut becomes non-responsive for some reason
  • Time out and pop-up error message added if ShortKeeper is unable to stop AutoHotkey (e.g. if an Excel object has not been cleared in a problematic shortcut)
  • No longer possible to assign 0 (No.) to a shortcut
  • Interactive help zones updated
Don't miss these two recent 5-minute how-tos:
Official website:

Re: ShortKeeper - Keyboard Shortcut Manager (AutoHotkey-based)

Posted: 05 Oct 2018, 09:31
by enterpad
Shortkeeper v1.0.1.15 released:
  • Run Excel macro command now triggers a macro only when a worksheet window (instead of the Excel application) is active
  • Run Word macro command now triggers a macro only when a document window (instead of the Word application) is active
  • Interactive help zones updated
Don't miss these two recent 5-minute how-tos:
Official website:

Re: ShortKeeper - Keyboard Shortcut Manager (AutoHotkey-based)

Posted: 06 Oct 2018, 08:22
by SOTE
Nice program. Though was a little surprised it is a .NET program and not itself written in AutoHotkey, as it would be possible.

Re: ShortKeeper - Keyboard Shortcut Manager (AutoHotkey-based)

Posted: 18 Oct 2018, 15:19
by enterpad
SOTE wrote:
06 Oct 2018, 08:22
Nice program. Though was a little surprised it is a .NET program and not itself written in AutoHotkey, as it would be possible.
Thank you for your feedback. Yes, it would have been possible, but not the best way in my opinion.

Re: ShortKeeper - Keyboard Shortcut Manager (AutoHotkey-based)

Posted: 25 Aug 2019, 13:16
by enterpad
Shortkeeper v1.0.1.16 released:
  • Automatic detection of an Enterpad keyboard
  • Interactive help zones updated

Re: ShortKeeper - Keyboard Shortcut Manager (AutoHotkey-based)

Posted: 16 Oct 2019, 15:25
by enterpad
ShortKeeper v1.0.1.17 released:
  • New "Cancel" button
  • New "Change No." button
  • “Windows Start Menu item” command now renamed “Start shortcut by path and filename”
  • Interactive help zones updated

Re: ShortKeeper - Keyboard Shortcut Manager (AutoHotkey-based)

Posted: 30 Aug 2022, 00:29
by SaulHJL
Is this still actively developed? Can others contribute to the codebase?

Re: ShortKeeper - Keyboard Shortcut Manager (AutoHotkey-based)

Posted: 30 Aug 2022, 14:34
by enterpad
ShortKeeper was updated on June 11, 2021 (v1.0.1.24). New features will eventually be added. As a proprietary software, Cedeq will continue to maintain ShortKeeper as it is often used to link Enterpad buttons to AutoHotkey code.
https://cedeq.com/shortkeeper/en

Re: ShortKeeper - Keyboard Shortcut Manager (AutoHotkey-based)

Posted: 10 Sep 2022, 01:43
by SaulHJL
enterpad wrote:
30 Aug 2022, 14:34
ShortKeeper was updated on June 11, 2021 (v1.0.1.24). New features will eventually be added. As a proprietary software, Cedeq will continue to maintain ShortKeeper as it is often used to link Enterpad buttons to AutoHotkey code.
https://cedeq.com/shortkeeper/en
I'd been looking at your Enterpads recently; they are intriguing, & may even make for a more versatile "Stream Deck"
https://www.elgato.com/en/welcome-to-stream-deck | https://www.elgato.com/en/stream-deck

Thank you for the update; glad to hear, hopefully much more is planned & coming, soon-ish.