How to make/find USB Bracelet with programmable buttons?

  • Thread starter Thread starter LongApple
  • Start date Start date
  • Tags Tags
    Usb
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
LongApple
Messages
68
Reaction score
0
I put my lenovo laptop into yoga mode.

Can't access the keys very easily, especially shortcuts that require two buttons to be pressed at the same time.

I've programmed my wacom pen to do a few things but that is only 3 buttons.

Is there a USB bracelet that will let you program certain buttons to it?

I feel like something like that should not be difficult to build on my own or have someone build at cost. What would I need to get started?
 
Engineering news on Phys.org
How do I edit my post?

Or something like a wearable leg keypad that can be turned off and on with a switch.
 
Here's a start of what would be great

scrolling through tabs or windows fast
Ctrl z
windows D
Open onenote
Open pdf annotator
windows key left (to shift a window left)
windows key right

http://www.tcbmi.com/strokeit/
Funniest name I have heard

So if I don't want to learn scripts, what would be the next steps to get these kind of shortcuts?

BTW, I am still curious if anyone has any ideas for the arm/leg bracelet idea. Physical buttons are preferable still.
Something more elegant than duct taping a USB programmable keypad to your leg. Is there a smarter way to attach a keypad to yourself?
 
Here are some example scripts in autohotkey
http://www.autohotkey.com/docs/Tutorial.htm
(someone's introduction)

Here's someone video on StrokesPlus


It can be one line to send a set of keystrokes...
or something larger to do something more elaborate (like click a sequence of GUI buttons on an application)

By the way, one can also pair a Wii controller though bluetooth and have it trigger (say) an autohotkey script.