Live data from Hacker News

The Amazing Shortcut Keypad

theamazingshortcutkeypad.com

61–70 of 95 posts

Re: The Amazing Shortcut Keypad

#61

Earlier quoted context omitted.

That sounds like an awesome setup. Can't deny that programming up your own layout to your exact needs definitely gives you the best results.

Yeah, I really wanted something easier to work with as it's a bit of a pain to maintain, and I might see if I can pick one of these up for my office machine!

Hmm yeah that's the thing with a highly customised setup. Well if you do get one I've no doubt it'll do the job for you well :)

Re: The Amazing Shortcut Keypad

#62
post #42

Slightly off topic but what kind of things are people automating behind macros here? I run autohotkey but only use 2-3 macros daily which are macros to start and kill apps I work on (hard kill to avoid waiting some shutdown time) and an "attach to app" macro. Not enough to justify buying these. Am I missing out? Any great macros for developers?

I originally created The Amazing Shortcut Keypad to automate AutoCAD during my engineering studies. Instead of having to type 'line' 'rectangle' 'fillet radius 20' 'snap 5' etc, I now just press a button and it happens instantly.

It sped me up so much and was so much more efficient, I decided to develop the project to help other people... and here I am today!

It's not just long tedious things which are worth automating, but sometimes, it's the things you use really frequently which need a slightly more efficient way to be accessed.

Re: The Amazing Shortcut Keypad

#65
The device somebody needs to make is a little 3x2 home/end/pgup/pgdown/ins/del block of chicklet keys with an adhesive back that I can stick on to my Macbook Pro to turn it back into a computer.

Most (all?) other manufacturers have also ruined that little magic block of keys, so there would certainly be a market from folks like me who were brought up in a world where you could delete a character or jump to the end of a row with a single finger.

Charge me $500 for the thing and I'll still buy it.

Re: The Amazing Shortcut Keypad

#67

Hey! Robin here - the creator of TASK: The Amazing Shortcut Keypad. Great to see so many comments and some interesting engagement :D A lot of you are identifying other ways to achieve this sort of automation either with AutoHotKey or custom scripts and if that works for you then good on ya, no point in changing :) However, the keypad was designed to give you quick, easy and intuitive automation in seconds. No writing…

    > No writing code, no binding keys or running scripts
With all due respect I don't think this is the right pitch for HN crowd :)

Maybe you can provide a non drag and drop interface for power-users? After all your target audience are people who prefer pushing physical keys to moving around with mouse & clicking.

Re: The Amazing Shortcut Keypad

#68
post #67

Hey! Robin here - the creator of TASK: The Amazing Shortcut Keypad. Great to see so many comments and some interesting engagement :D A lot of you are identifying other ways to achieve this sort of automation either with AutoHotKey or custom scripts and if that works for you then good on ya, no point in changing :) However, the keypad was designed to give you quick, easy and intuitive automation in seconds. No writing…

> No writing code, no binding keys or running scripts With all due respect I don't think this is the right pitch for HN crowd :) Maybe you can provide a non drag and drop interface for power-users? After all your target audience are people who prefer pushing physical keys to moving around with mouse & clicking.

a lot of custom keyboards use a amtel avr controller which is easily flashable with custom firmware. I think I can see a teensy like board in the picture. here is an (the) example in c: https://github.com/qmk/qmk_firmware

Re: The Amazing Shortcut Keypad

#69

Hey! Robin here - the creator of TASK: The Amazing Shortcut Keypad. Great to see so many comments and some interesting engagement :D A lot of you are identifying other ways to achieve this sort of automation either with AutoHotKey or custom scripts and if that works for you then good on ya, no point in changing :) However, the keypad was designed to give you quick, easy and intuitive automation in seconds. No writing…

I've been a part of many usability studies with 'drag and drop' editors and as easy as we tried and make it, it was still coding. People with coding experience do well, people without coding experience struggle. The other interesting thing we learned is that the macro writer and macro user are very often not the same person. Power users create macros that other users then take advantage of. Needing a physical hardware device for these types of macros might make this type of sharing much harder.
Post reply on HN