this post was submitted on 01 Feb 2025
1244 points (99.1% liked)

Programmer Humor

20267 readers
1364 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
[–] [email protected] 6 points 1 day ago (3 children)

If you know what a nordic keyboard layout looks like, you'd probably prefer backslash. Since I moved to Linux a year ago I've been struggling to find the easiest way to forward slash. Shift + 7? Or numpad / with my right pinky?

[–] [email protected] 1 points 1 hour ago

Had a similar struggle with the German layout, but in the meantime I have moved to the "EURKey" layout. It is built in to many distros and available for Windows and Mac. It mimics a US layout while still having all the äüöß (and much more) I could ever need. Though I will say it's only really worth it if you're in IT or similar where you frequently need certain symbols.

[–] [email protected] 7 points 1 day ago (1 children)

For me it's even worse. Forward slash is also Shift + 7 and backslash is AltGr + ß?? I hate that computing is only optimized for US american layouts. Going by my keyboard, the filepath separator should probably be an ö.

[–] [email protected] 1 points 14 hours ago

The alt gr + ß is probably the same for nordic keyboards, the one below A. It's <>\ for me, but afaik both < and > are also individual keys on a US keyboard. And then there's ~. But I guess you get used to dead keys.

[–] [email protected] 3 points 1 day ago (1 children)

Get a macro pad and configure one button to type a forward slash.

How do you type URLs using that keyboard layout?

[–] [email protected] 5 points 1 day ago

Shift+7 feels wrong for some reason, so I currently tend to just send my pinky on a kamikaze mission towards the numpad hoping I hit /. Sometimes I hit numlock, sometimes I hit *.
Even if I made a compose key "shortcut" via ~/.XCompose it'd still be more work than what I'm doing already.

Macro pad could be a solution, I have considered it beforehand for other purposes tbh