JLX
New Member
First of all, I'd like to say thanks for sharing such a useful, well designed and useful utility! I'm using v0.16b and have a suggestion that (if possible) would make this even more useful:
Would it be possible to select a *different* highlight colour depending on the source of the captured key?
That's a little vague. Let me explain my use case so you can see what I'm trying to do:
I would like to use NohBoard to demonstrate how to use an AutoHotKey (AHK) script and have found that if I restart NohBoard *after* I enable the AHK script, NohBoard will display BOTH the raw key press and ALSO the output from AHK. This behaviour could be extremely handy if you can differentiate between raw keys and AHK translations.
I've made a short (30s) video illustrating this using the following AHK test script which, when active, simply maps the ASDF keys to 1234:
In the video, I am only pressing the same (ASDF) key sequence over each time:
Is there a way to differentiate where captured key presses originate from? If so, the keys captured from AHK could be coloured differently.
At the moment, I can either display both (which is confusing) or show the final output from AHK only (not the actual key they are required to press on the keyboard) which limits NohBoard's use with AHK.
Thanks again for a great utility and considering this suggestion.
P.S. As you can see on the video, the Shift and Enter symbols seems to be missing too. I've tried different fonts but that doesn't correct the problem.
Would it be possible to select a *different* highlight colour depending on the source of the captured key?
That's a little vague. Let me explain my use case so you can see what I'm trying to do:
I would like to use NohBoard to demonstrate how to use an AutoHotKey (AHK) script and have found that if I restart NohBoard *after* I enable the AHK script, NohBoard will display BOTH the raw key press and ALSO the output from AHK. This behaviour could be extremely handy if you can differentiate between raw keys and AHK translations.
I've made a short (30s) video illustrating this using the following AHK test script which, when active, simply maps the ASDF keys to 1234:
Code:
a::1
s::2
d::3
f::4
In the video, I am only pressing the same (ASDF) key sequence over each time:
- Fist time: AHK suspended (normal keys = ASDF output)
- Second time: AHK active (translated keys = 1234 output)
- Third time: AHK active AFTER NohBoard restarted (Both ASDF & 1234 are shown *simultaneously*)
Is there a way to differentiate where captured key presses originate from? If so, the keys captured from AHK could be coloured differently.
At the moment, I can either display both (which is confusing) or show the final output from AHK only (not the actual key they are required to press on the keyboard) which limits NohBoard's use with AHK.
Thanks again for a great utility and considering this suggestion.
P.S. As you can see on the video, the Shift and Enter symbols seems to be missing too. I've tried different fonts but that doesn't correct the problem.