this post was submitted on 26 Oct 2025
33 points (100.0% liked)

Programming

23300 readers
513 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

I want to improve my touch typing skills on Linux. I’m curious:

  1. What tool or program would you recommend for learning touch typing on Linux?
  2. For someone whose native language isn’t English, would you recommend learning on their native keyboard layout or switching to the US QWERTY layout for programming purposes?
you are viewing a single comment's thread
view the rest of the comments
[–] protogen420@lemmy.blahaj.zone 1 points 3 days ago (1 children)

anyone using unicode quotes is insane, honestly any form of unicode character that is a duplicate of an ascii character should be avoided as it just adds uneeded complexity

use compose key and alt gr for rare, one of characters and you will never look back, stuff like diacritics/accents

[–] CoderSupreme@programming.dev 1 points 3 days ago (1 children)

You are the second person who mentions it but I don't know what you mean. Got any links for compose key?

[–] protogen420@lemmy.blahaj.zone 2 points 2 days ago* (last edited 2 days ago)

https://en.wikipedia.org/wiki/Compose_key the wikipedia page for it

in short, with it you can press Compose then some diacritic/accent then the letter

something like this <Compose> ` a -> à

unfortunaely it is a Linux and BSD thing only that stems from Xorg's compatibility with many legacy system some of which had a dedicated compose key thus it was added to xkdb (which still used by Wayland compositors and thus the compose key works fine there) and to Xorg

In Plasma (formely KDE) there is a setting in the keyboard layout section that allows you to bind compose key to something like left control, GNOME as always doesnt has this by default you will need an extension, which one? idk, havent used gnome in years, you could also just figure out how to use xkdb directly but it is a mess and a complete pain to understand how to, I myself have no idea and would want to stay away from it, as for other DEs I am unaware if they provide a GUI for changing this or not