this post was submitted on 22 Sep 2025
893 points (98.9% liked)

Programmer Humor

26551 readers
2360 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] vaionko@sopuli.xyz 2 points 3 days ago (2 children)

How does it work in games, like holding W?

[–] transientpunk@sh.itjust.works 2 points 2 days ago (1 children)

I have a separate "gaming" layer on my keyboard. That way I disable all the autoshift, and other weird layouts/functionality I use for typing/coding. QMK and other keyboard firmwares are pretty powerful and feature rich. So there are plenty of ways to get around situation, including using a combo of key presses to toggle the autoshift functionality for instance.

Also, for context, minimizing finger and wrist movement is far more important for my use cases than typing speed is. To that end, I split my spacebar in half and put backspace and shift under my right thumb. I only use autoshift for my number row.

[–] vaionko@sopuli.xyz 1 points 2 days ago

Yeah I imagined you'd need something like that. I might give the feature a try, I have a keyboard with Vial, a real time configurable fork of QMK.

[–] victorz@lemmy.world 1 points 2 days ago

Since acquiring this keyboard, I haven't played any games where I don't use a controller. But I imagine it won't work. I'd have to disable auto shift in those cases. And like the other comment said, there are several ways to work around it, like gaming layers, key combos to toggle auto shift, etc. 👍