Also, I had a lot of friends that would like to hide all the IM and youtube screens when the boss passes by, so maybe this will help =P
Most of the modern computer keyboards don't use the "Scrll Lock" (or Bloq Despl in spanish) for anything, so we will use this key to trigger the hiding function in windows.
I hope you have fun doing it as I had fun making it.
BTW, I was a member like for 4 years now, but this is my very first instructable.
Thank you!! and please have a look at my blog for extra pics: my blog
UPDATE: Just to be clear, this instructable is not about hacking your actual keyboard, but hacking and attaching an extra one to your regular computer, so you end using your regular keyboard and also this hacked one, both at the same time. Have fun!
Remove these ads by
Signing UpStep 1The parts
2) A multimeter - not a must, but it really helps to check everything OK
3) An arcade switch - this will be the switch on the pedal
4) An unused cardboard box - I had several unused boxes from AMD processors, U can use one of these boxes
5) A soldering iron
6) A dremel tool
7) Some cable, about 6 ft.
8) The AutoHotKey free windows application that you can find here: http://www.autohotkey.com/download/
| « Previous Step | Download PDFView All Steps | Next Step » |





















































And just mentioning the other project, I had to go check that one out too! I started working on this and got frustrated trying to find the two pins to close the gap for the keys I needed. I didn't think of using a multimeter rather than trial and error with a keyboard button test. It was a cool program though. It'll highlight the keys you press on an on-screen keyboard so you know if they are working. I don't remember its name but a google search will find it along with multitudinous others and might come in handy for someone reading this.
Now that you've shown me a better way to isolate the keys I need, I'm going to make a similar switch.
TY
Good luck with you project, hope this instructable helps you. Let me know if you need something else.
¡Cheers!
However, I made this work by simply replacing ''+ScrollLock with Pause. It works perfectly now, so I'm more than happy.
I'm currently running win 7, maybe this has something to do with it...
GREAT INSTRUCTABLE +++++
mmm I'm not sure why it is not working, do you have this on the file?
//////////////////////////////////////////////////////////////
SetScrollLockState, AlwaysOff
ScrollLock::
WinMinimizeAll
return
+ScrollLock::
WinMinimizeAllUndo
return
//////////////////////////////////////////////////////////////
Just delete the dashes, keep the code and let me know
thanks for comment!
""This program is very powerful (sadly, only under linux) and has a lot of functionality, but we will use just the basics. If you want more information you can read the embedded help.""
That is in step 7 and to my knowledge, this is a Windows-only program that can be run under linux with WINE (it stands for Wine Is Not an Emulator) but due to the way that WINE works, AHK has only very limited 'power' - something to do with WINE acting similarly to a sandbox I think but I would advise that you look into that yourself if you're interested.
Anyhow, the point is that AutoHotKey is NOT linux-only.
Other that that minor correction and a couple of doubts re: bringing hardware into the workplace from home (that's not generally isn't commonplace.. is it?), its a Cool first Instructable =]
Keep up the good work!
-- Kwah
Didn't get ur last comment about bringing the hardware =P
Thanks for ur comment!
You can see other approach in the other instructable, where key combinations are used. For this specific instructable I tried to keep the hardware as simple and affordable possible, also this kind of arcade buttons are very sturdy, so it can withstand the stress under your feet.
Thanks for your comment!
nice instructable.