Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is my first time here. I didn't see anybody else asking exactly the same questions, so here goes:
Question ONE
I want to remap the down or 2 button on my numeric keypad to a common combination, control minus. And the up or 8 button to control plus.
These are the combos that zoom into your browser or zoom out. Works on firefox and chrome.
control_L+key_- doesn't work.
control_L + key_- doesn't work.
I also tried key(-), control_L+-, and other combinations. I have been able to remap control_L+alphanumerics such as ctrl+a, ctrl+w, but it is just the - and = that I wasn't able to.
Since I don't actually understand the logic and syntax of programming language, I am just aping the other examples I see online, sorry.
QUESTION TWO
According to the info that I've seen, input remapper takes whatever input you actually type on your keyboard into the computer. So theoretically, it is ok to reprogram the numeric keypad. And when you actually want the numbers, to just press numlock which should send numbers to the computer and therefore escape input remapper's remapping.
But I find that whether I press numlock or not, the remapped numeric keypad still does the same thing.
So how does one remap the numeric keypad when numlock is off, and ensure that when numlock is on, input remapper does not remap the numbers?
QUESTION THREE
I used to use Autohotkey on Windows. By pressing combinations like Windows key and and alphanumeric like U, I could open http://www.youtube.com. Or I could open a designated folder on my computer. This is obviously very beneficial when you have a folder that is nestled inside so many other folders and you would have to laboriously click through everything to get there.
Is it possible to do this on input remapper?
Beta Was this translation helpful? Give feedback.
All reactions