0
comment
comment
on 11/24/2019 7:01 AM
Why
C style programming languages are designed in the cultural context of having a English keyboard layout. Programming C style languages on a Swedish keyboard layout is somewhat awkward since you need to exercise finger gymnastics in order to use common characters like {}\. Unless you switch to Python the easiest fix is to use multiple keyboard layouts.
How
I started out by adding English (US) and then Swedish (Sweden) however, I ended up with a long list of keyboard layouts in the keyboard selection t[...]