3
1
The short question: how do you handle multiple keyboard layouts without getting confused?
I'm a fast writer. I've been using the default Swedish, QWERTY
PC keyboard layout on Linux, DOS and Windows for more than 20 years.
But recently I got a MacBook with Swedish layout. But the keyboard layout is horrible when used for programming: I have to strain my hand to get some very common characters such as:
| \ { }
(To get those I have to hit Alt+7, Alt+Shift+7, Alt+Shift+8 and Alt+Shift+9. And also the Alt key is moved to the right so I have to like turn my hand to hit Alt with my thumb, Shift with my little finger and the numeric key with whatever finger that can reach them ...)
So I've switched to using English layout, since it is much easier when programming. But as soon as I must write some text in my language (Swedish) it slows me down to not have access to the special characters (å
, ä
, ö
). Also, there is no common method to get these characters that works on all systems (Windows, Linux, OSX) when using an English layout. So I typically switch back to Swedish layout when I'm writing any text in my language.
As I'm still using both Windows and Linux almost as much as the MacBook I also have the problem with different shortcuts (for example Cmd+C and Cmd+V instead of Ctrl+C and Ctrl+V for copy/paste).
All in all this has slowed me down tremendously, not feeling at home with any layout anymore since I constantly have to switch layouts depending on what system I'm using and what task I'm working on.
So I guess the question is: what tricks have you found to help with this problem? I guess its mainly a question for users used to a non-English keyboard layout.
Currently I've remapped the keyboard layout so that to get the swedish characters I use alt+(the keys usually used for swedish characters).
Alt+[
giveså
, and so on. – Jonatan – 2018-03-02T10:16:55.863I found myself in the same situation after moving back to Sweden 18 months ago. Putting characters commonly used in programming and in the shell on
AltGr+<right-hand-key>
is terrible.On Linux I've resorted to remap
\~
ontoqw
(with AltGr) and{[]}
ontoasdf
(with AltGr). It takes a bit of re-learning, but it takes away the strain on the right hand at least.I'm very interested in hearing other suggestion for how to deal with it, especially if there's a cross-platform solution. – Magnus – 2013-01-04T11:21:08.720