this post was submitted on 14 Aug 2024
33 points (92.3% liked)

Opensource

1120 readers
38 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 11 months ago
MODERATORS
 

Have you ever wondered if your keyboard shortcuts are set up optimally? Well, I did, so I decided to visualize it with a heat-map.

It proved to me that I rely on my left pinky too much, so I'll try to rework my shortcuts.

You can check out the project here, currently it only works on Linux.

top 15 comments
sorted by: hot top controversial new old
[–] JameUwU@lemmy.ml 11 points 4 weeks ago (3 children)

what are you doing with your caps lock key?

[–] andnekon@programming.dev 4 points 4 weeks ago

I have it mapped to control

[–] andrew_bidlaw@sh.itjust.works 2 points 4 weeks ago (1 children)

I assume the red is the least used.

[–] JameUwU@lemmy.ml 6 points 4 weeks ago* (last edited 4 weeks ago)

Yeah I suppose that would make more sense. Although using red to indicate least used on a heat-map seems like a poor choice

[–] UndercoverUlrikHD@programming.dev 2 points 4 weeks ago (1 children)

Some people use caps lock instead shift for capital letters

[–] SanguineBrah@lemmy.sdf.org 2 points 4 weeks ago

I see this all the time when the person first learned to type on a touchscreen keyboard.

[–] Etterra@lemmy.world 7 points 4 weeks ago

Looks like somebody relies on caps locked a little too heavily. Or as you might say, STOP FUCKING SHOUTING ALL THE TIME!

[–] stupidcasey@lemmy.world 4 points 4 weeks ago (1 children)

I don’t know what this is at all, every one knows ctrl and alt is where it’s at and enter/ caps lock? Are you just trying to piss people off?

[–] andnekon@programming.dev 2 points 4 weeks ago

I'm using a tiling window manager and neovim as my main editor, so I have to use hot-keys quite a lot As for the caps, I have it remapped to control

[–] JackGreenEarth@lemm.ee 3 points 4 weeks ago (1 children)

What's the Meta key? Is that like the Super key?

[–] andnekon@programming.dev 3 points 4 weeks ago (1 children)

I thought it meant the same, Meta/Super/Windows

I saw these used in documentation interchangeably

[–] underscores@lemmy.dbzer0.com 4 points 4 weeks ago (1 children)

Meta, Hyper, and Super were all originally different keys. See this lisp machine keyboard from in the 70s that had 7 modifiers, including all of those. Most of the time Hyper or Super are mapped to the Windows key. With Meta it varies more from program to program. A lot of desktop software maps it to the Windows key. In Emacs its usually mapped as Alt or the Esc key.

[–] andnekon@programming.dev 3 points 4 weeks ago (2 children)

Thank you for clarification!

I don't really understand how can specific programs map the Meta key as something. Isn't it the job of the driver to map key-presses to input events (which are then passed to display server by evdev)?

[–] Hammerheart@programming.dev 2 points 4 weeks ago

You basically get to choose which modifier key you want to use

[–] underscores@lemmy.dbzer0.com 2 points 4 weeks ago

I'm not sure if it's directly mapping the input. I think it's getting the other keys input and binding it to the same commands. Also, Emacs was around even before the X windowing system, so they probably came up with the mappings before a lot of these common defaults came about.