112Views6Replies
I wander how to make a 2x button on a keyboard?
I want to customize an Usb numerical keyboard, making one of the button a 2x button. How can I do it?
I want to customize an Usb numerical keyboard, making one of the button a 2x button. How can I do it?
Discussions
Best Answer 7 years ago
You can create a keyboard macro or hotkey which is basically a short script that allows you to assign a specific function of your choosing to any key pn your board.
HERE is a link to a tutorial on how to do it:
www.autohotkey.com/docs/Tutorial.htm
7 years ago
What do you mean by "2x"?
If you mean you want to multiply a value by 2, you need to work that out with the program you're entering the data into.
If you mean you want it to enter the next keystroke twice... well, 2x followed by 0 is no faster than 00, perhaps slower. This could _possibly_ be done by inserting a microcontroller between the keyboard and PC, but not easily.
What are you actually trying to accomplish?
Answer 7 years ago
Thank you very much it works perfectly.
it was like Greek but i could achieve in what I wanted
Answer 7 years ago
thanks you both for answer me.
well what I want to do is the following:
I have a USB numerical keyboard and I'm not using it at all. I want to give it use. I like to play games on-line in one of those games I need to press a key twice and I wanted to know if I could customizeone a key from this numerical keyboard to do this
Is it possible?
Answer 7 years ago
Not easily.
Answer 7 years ago
or if even simpler - if its in calc in most programs, enter number, *2 enter enter enter....multiplies each time you hit enter...