this post was submitted on 16 Jan 2024
12 points (100.0% liked)
Linux Questions
1068 readers
24 users here now
Linux questions Rules (in addition of the Lemmy.zip rules)
- stay on topic
- be nice (no name calling)
- do not post long blocks of text such as logs
- do not delete your posts
- only post questions (no information posts)
Tips for giving and receiving help
- be as clear and specific
- say thank you if a solution works
- verify your solutions before posting them as facts.
Any rule violations will result in disciplinary actions
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm very happy to report that I found a solution to the problem:
keyd
. It's amazing.GitHub project here
Credits for finding it
Instructions on the github project are crystal clear, but I'll leave some instructions below for Arch Users
yay -S keyd
sudo systemctl enable keyd && sudo systemctl start keyd
Now you can configure the
/etc/keyd/default.conf
file to your hearts desire.keyd
is very feature rich, check the man page to see everything you can do. You can even add layers to your keyboard. Very sweet.My personal configuration so far (I will definitely expand it later when I bump into more problems)
After editing
/etc/keyd/default.conf
make sure you runsudo keyd reload