Hacker News new | ask | show | jobs
by warp 1649 days ago
If you're using layers already, it's a small step to just add dedicated keys for those things in a layer. So that becomes LayerX + 9, or LayerX + R (for rebuild), or whatever combination you want.
2 comments

But at this point you are just fixing an invented problem with more tasks to be done. A lot of these custom keyboards could just have been built with more of the standard keys.
Pessimistic: "without the full set of keyswitches, you need to use fancy tricks to make shortcuts usable".

Optimistic: "with fancy tricks, you can make shortcuts easily accessible without the need for the full set of keyswitches".

e.g. on my keyboard I have shortcuts for "goto desktop left" when I press "cv", (and "goto desktop right" when I press "m,"). This is more complex than a standard keyboard's Ctrl+Shift+Right (or whatever, as varies per OS), but it feels so convenient.

Enlightened middle way: Custom software keyboard configuration that works with any keyboard and that doesn’t have to solve invented problems like “No man there is no Home key why would you need that just use this QMK module bro and—”

I am intrigued by your key chords though. You can’t get key chords like that with a stock keyboard. Does it rely on the key-up event to distinguish between “cv” (one keychord” and “c” and “v” (separate)? Or does it rely on timeouts?

> I am intrigued by your key chords though. You can’t get key chords like that with a stock keyboard. Does it rely on the key-up event to distinguish between “cv” (one keychord” and “c” and “v” (separate)? Or does it rely on timeouts?

Timeouts. I believe it's similar to how some users use "jk" as more convenient than the escape key.

I switch between tons of tools and computers throughout the day. No way I want to customize all of them.

Sure, yes I do have a huge bashrc on my main workstation and yes I do add macros and other combos for repetitive tasks. But some fundamental things, like rebuild file, I really don’t want to be the weirdo unique guy who can’t operate someone else’s keyboard and vice versa. Missing F keys is just not a professional programmers keyboard.