I want to improve my touch typing skills on Linux. I’m curious:

  1. What tool or program would you recommend for learning touch typing on Linux?
  2. For someone whose native language isn’t English, would you recommend learning on their native keyboard layout or switching to the US QWERTY layout for programming purposes?
  • HaraldvonBlauzahn@feddit.org
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    5 days ago
    1. TIPP10 is nice.
    2. I’d select that depending on what you will type most. Myself, I am German and I use UK international because it is nicer for programming.

    Aspects you might want to consider are:

    • it might be that you need to use different computers e.g. at work. Some standard layout is nicer then.
    • You can type all kinds of fancy symbols using the .XCompose method and IMO this is the better way
    • When you are programming, typing speed normally doesn’t matter. This also means that learning Dvirak and such is often a waste of time.
    • Switching between layouts and keyboards always causes friction
  • balance8873@lemmy.myserv.one
    link
    fedilink
    arrow-up
    0
    ·
    5 days ago

    1-the tool you want to get better at

    Ex: if you are a software developer and mostly type obscure chains of semicolons, curly braces, and other infrequently used punctuation, using one of these websites to get better at quick brown fox typing will only half help.

    2-your native layout for the same reason

    I say this acknowledging there are two sorts of “I want to learn a skill” urges: the used and unused. I have plenty of things where I just wanted to learn the skill (take tying a few fancy knots for example). I don’t yet have a use for it. It’s just something I felt like learning. Touch typing feels more like the other kind, where the point of the skill is purely to use it. If you’re learning touch typing when you don’t type anything, do whatever makes you feel like you’ve learned something. If you’re learning touch typing to make typing faster, use the tools at hand.

    ->Put a box over the keyboard or turn your room lights off so you can’t see the labels very well.

    • ZoDoneRightNow@kbin.earth
      link
      fedilink
      arrow-up
      0
      ·
      6 days ago

      I use programmers Dvorak but I would recommend learning what you think would be best for you. If you frequently need to use someone elses keyboard, learn your native layout

  • BeatTakeshi@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    6 days ago

    I had bookmarked this great website a couple years ago, and incidentally I started using it only two weeks ago. It is really great, free, privacy friendly, and since it’s a website, os independent. And highly customisable.
    https://keybr.com/

  • sjohannes@programming.dev
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    6 days ago

    What tool or program would you recommend for learning touch typing on Linux?

    I don’t have a particular recommendation, but in addition to local applications, there are also websites that you can try. The keyword you want to search for is “typing tutor”, e.g. on Debian.

    For someone whose native language isn’t English, would you recommend learning on their native keyboard layout or switching to the US QWERTY layout for programming purposes?

    For programming, the most important thing is that you can type the full set of characters present on US-QWERTY without too much acrobatics, because programming languages tend to use all/most of them.

    Other than that it’s just down to your preference and comfort. I don’t recommend putting stock on any hype related to typing speed.

  • Pissmidget@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    6 days ago

    For the second part of your question, it wholly depends on your input language and keyboard layout.

    As a Norwegian user I’d rather shit in my hands and clap than using the plain us keyboard.

    Mind you Nordic QWERTY is fairly similar to most other QWERTY variants.

    As for a tool, most people I know in a professional setting are at around 75-90 wpm, and never learned touch typing specifically. They just type, a lot, and repeatedly. There are many on-line typing trainers.

    When it comes to programming, it’s not about typing quickly. Unless you’re churning out the most mindless of boilerplate it’s far more important to consider how to solve a task and why, then quickly shitting out lines of code.

    Mind you this is all based on my experience, and your mileage may vary. Best of luck!

  • CoderSupreme@programming.devOP
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    6 days ago

    Honestly, I believe that, except for Russians or anyone whose language isn’t derived from Latin, using a US keyboard for programming is best, because you won’t be missing many keys. Maybe the French will miss the ç, but you can learn the Unicode just like I did with the em dash and quotation marks:

    • Em Dash (—): U+2014
    • En Dash (–): U+2013

    Quotation marks:

    • Left double quote (“): U+201C
    • Right double quote (”): U+201D
    • Left single quote (‘): U+2018
    • Right single quote (’): U+2019
    • furry toaster@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      0
      ·
      5 days ago

      anyone using unicode quotes is insane, honestly any form of unicode character that is a duplicate of an ascii character should be avoided as it just adds uneeded complexity

      use compose key and alt gr for rare, one of characters and you will never look back, stuff like diacritics/accents

        • furry toaster@lemmy.blahaj.zone
          link
          fedilink
          English
          arrow-up
          0
          ·
          edit-2
          4 days ago

          https://en.wikipedia.org/wiki/Compose_key the wikipedia page for it

          in short, with it you can press Compose then some diacritic/accent then the letter

          something like this <Compose> ` a -> à

          unfortunaely it is a Linux and BSD thing only that stems from Xorg’s compatibility with many legacy system some of which had a dedicated compose key thus it was added to xkdb (which still used by Wayland compositors and thus the compose key works fine there) and to Xorg

          In Plasma (formely KDE) there is a setting in the keyboard layout section that allows you to bind compose key to something like left control, GNOME as always doesnt has this by default you will need an extension, which one? idk, havent used gnome in years, you could also just figure out how to use xkdb directly but it is a mess and a complete pain to understand how to, I myself have no idea and would want to stay away from it, as for other DEs I am unaware if they provide a GUI for changing this or not

    • thingsiplay@beehaw.org
      link
      fedilink
      arrow-up
      0
      ·
      6 days ago

      I am a European who grew up with the German layout. For programming, its a disaster. Even back in 2006ish or so when I learned about AutoHotkey, I started using the US keyboard layout. After some time I switched entirely to the US layout. But recently, just a few years ago I found out there is a hybrid layout which is basically US, but with additional shortcuts to use my German characters (it shows up as this in KDE): German (US)

      • bleistift2@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        0
        ·
        6 days ago

        Luckily I learned programming when I was already using the NEO layout. I couldn’t imagine typing parentheses and the like in German…