Replies: 1 comment 7 replies
-
|
Good idea, but even better would be a bigger notification similar to which-key in vim where there is room for displaying help text pr key |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
When keymapper is first loaded or whenever a config file is saved, Windows displays a notification like this:

Would it be possible to add a feature that makes it possible to send a custom text string to the OS to be displayed in that message box? Something like this:
Alt{C} >> Control{C} Notify("Text copied")
Alt{0} >> Virtual10 Notify("Stage 10 activated")
I mean, I love keymapper for what it does, but one of my main grievances is that it doesn't provide any visual or audible way to help you monitor the actions you invoke. I'm not saying it's absolutely necessary, and I realize that that if the user hits the combo that he set up in the config file, he should already know what to expect as a result. But as our config files grow more complex, there are far too many cases when a well-placed notification would make a huge difference. It'd also be a useful feature to have for when you're testing/experimenting some ideas.
If it's doable, please consider adding this feature.
I don't know how it could be done from a programming stand point. I'd even settle for a system-style message box like the one you get with the "Next Key info" feature. Although, a non-intrusive system notification in the right bottom corner would be best.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions