Simple Javascript Typing Trainer for English Keyboard
Currently i’m trying to learn the english keyboard layout. I’ll find that it is much more convenient to program with this layout since most of the programming languages were designed for this keyboard layout. Also for programs like vim the default shortcuts come in handy with this layout.
But since i’m used to the german layout since the beginning of time, it’s a major change, mainly for finding the new places for spechial characters like [
and '
and the different locations of y
/z
. Also it has taken a while to write umlauts in their extended version. It is also really hard to get used to some keybindings that are deeply engraved into muscle memory like CTRL
+z
.
I was looking for a tool specificly designed for switchers, but did not found anything useful - at least for my purposes. Hence, I took a few hours to write this pen.
It features basic training and also re-typing wikipedia lessons. Since it was kind of a quick-and-dirty tool intended for personal use only it does not claim to be finished. Feel free to fork and optimize!
Update: I moved this pen to Heroku.