Physical button to run scripts on a Windows machine

4

1

I frequently come in contact with people who absolutely cannot operate a PC, no matter how much training they get.

I need some sort of programmable physical button or remote control that executes a script on a Windows machine when it is pressed. (And no, wiseguys, a mouse won't do.)

Does such a thing exist? If so, how can I set it up?

NoCarrier

Posted 2009-08-03T18:00:43.583

Reputation: 3 481

Answers

5

The USB Panic Button is scriptable. Of course it looks pretty silly.

Bob King

Posted 2009-08-03T18:00:43.583

Reputation: 996

1This needs a siren and big red flashing lights when pressed. – Troggy – 2009-08-03T20:19:20.707

3

You could map a physical button to some script using autohotkey. For instance I use to map my CAPS-LOCK key to SHIFT :) It is very powerful with its own macro language and loads of tutorials out on the web.

Vdex

Posted 2009-08-03T18:00:43.583

Reputation: 1 468

2

Maybe combine Vdex's idea with a cheapo USB Presenter gadget to get a more "phyiscal" button.

Ryan

Posted 2009-08-03T18:00:43.583

Reputation: 1 728

1

This is kind of out-of-the-box, but you can buy buttons designed for arcade machines. Such buttons will require soldering and programming, or you can wire them into a keyboard.

Barring that, look for emergency switches (think "the big red button" buttons) which can be built into a system and are very easy to operate once installed.

Andrew Scagnelli

Posted 2009-08-03T18:00:43.583

Reputation: 1 777

1

My Microsoft Wireless Keyboard 4000 has 5 programmable buttons across the top labeled by number. I put little sticky labels above them to remember which one did what.

You can assign each of these buttons to open an executable. So you could write a script in your favorite language and have the buttons invoke it (call the interpreter to execute a script, maybe).

Microsoft Wireless Comfort Keyboard 4000


Note: I don't believe Microsoft sells this particular keyboard anymore but I'm sure there are others like it.

Travis

Posted 2009-08-03T18:00:43.583

Reputation: 2 125

I bought mine a month ago :D – voyager – 2009-08-04T01:27:04.167

1

Maybe somthing like this could be useful:

usb button set

http://www.response-box.com/k4227.shtml

Nifle

Posted 2009-08-03T18:00:43.583

Reputation: 31 337