2020-10-18-atreus.html (6639B) - raw
1 <!-- title: Improving ergonomics: the Atreus keyboard --> 2 <!-- slug: atreus --> 3 <!-- categories: Miscellany --> 4 <!-- date: 2020-10-18T21:05:00Z --> 5 6 <p> 7 Back in March, at the start of the lockdown, I had a lot of free time. I also had a lot of ideas 8 for personal projects and functionalities for my server, so I started coding a lot. I realized 9 that since I was spending a lot of time on my computer, without any time constraints, I could use 10 the opportunity to try things I was always "too busy" to try. Things that I knew would make me 11 more efficient on my computer, but had a steep learning curve. For example, I started using 12 <a href="https://i3wm.org">i3</a>, which I eventually changed for <a href="https://dwm.suckless.org">dwm</a>, 13 and I started using <a href="https://neovim.io">neovim</a> as my main editor (I had some 14 experience with vim, but never used it for day-to-day tasks). I now use dwm exclusively and vim 15 nearly exclusively.</p> 16 <!-- /p --> 17 18 <p> 19 Both programs disregard the mouse completely (or nearly<sup id="fnref1"><a href="#fn1">1</a></sup>), 20 and most other programs I tried or got more comfortable with during the lockdown also used text as 21 the main input method. With all these changes towards a more keyboard-centric system, I couldn't 22 help but think: can I improve my keyboard experience? I already touch-type, so that area didn't 23 have a lot of room for improvement. I could get a mechanical keyboard, but back then, I had only 24 used membrane keyboards and I felt perfectly comfortable, I didn't think there was a lot of room 25 for improvement there either, and I could not justify the economic cost of such a change. That 26 sounded just about everything I could improve on, so I guess I already had a pretty optimal 27 experience.</p> 28 <!-- /p --> 29 30 <p><em>Wait a minute...</em></p> 31 32 <p> 33 Why are the keyboards arranged the way they are? Is it the optimal position? Apparently, not even 34 close! If you look around, you will see that there are a lot of different kinds of keyboards with 35 the keys arranged in very different ways. Keyboards designed to be more comfortable than regular 36 ones are normally referred to as <a href="https://en.wikipedia.org/wiki/Ergonomic_keyboard">ergonomic keyboards</a>. 37 I did some research and I tried to understand—although it was hard to evaluate without trying 38 them—why they are considered more comfortable. Each keyboard had it's own pros and cons, and after 39 looking at many, I decided that my perfect keyboard would have the following properties:</p> 40 <!-- /p --> 41 42 <ul> 43 <li> 44 <strong>Arranged in columns</strong>: it makes no sense for keyboards' rows to be staggered. 45 Indeed, the reason for that design is that typewriters had to be staggered so that the levers 46 could all fit under the keys. With computers, this isn't an issue anymore, and columns are more 47 comfortable.</li> 48 <!-- /li --> 49 <li> 50 <strong>Make use of thumbs</strong>: my right thumb's job on a normal keyboard is to press one 51 big space bar and my left thumb doesn't even have a job! I would rather have a small space bar 52 and fit a couple more keys for each thumb.</li> 53 <!-- /li --> 54 <li> 55 <strong>Minimize the movements of my fingers</strong>: ideally, no finger would have to press 56 any key that's not adjacent to it's "resting" key (diagonally adjacent is fine).</li> 57 <!-- /li --> 58 <li> 59 <strong>Easy to type modifier keys</strong>: as I use the keyboard instead of the mouse as much 60 as I can, I use modifier keys often. I would like them to be reached easily.</li> 61 <!-- /li --> 62 <li><strong>High distance between hands</strong>: for a better posture when writing on my computer.</li> 63 </ul> 64 65 <p> 66 In short, I wanted to maximize the comfort of typing while minimizing the movements my hands had 67 to make. Additionally, I didn't want to spend a lot of money (I didn't know if I was going to like 68 moving to a different keyboard) and also would rather not have to build the keyboard myself, 69 although it looked like that was the only option.</p> 70 <!-- /p --> 71 72 <p> 73 After all the research, only one keyboard seemed to fulfill all my needs: the 74 <a href="https://atreus.technomancy.us">Atreus keyboard</a>. The Atreus seemed great, I would have 75 liked it more if it had an extra column on each side (like the 76 <a href="https://shop.profetkeyboards.com/product/atreus62-keyboard">Atreus62</a>), but it wasn't 77 a big deal. The reviews on the Atreus were all great, so I decided to give it a try.</p> 78 <!-- /p --> 79 80 <p> 81 Luckily for me, back then <a href="https://keyboard.io">Keyboardio</a> had just launched a 82 Kickstarter campaign for that precise keyboard. It had a good price for an ergonomic keyboard and 83 I didn't have to build it on my own. The only problem was that I'd have to wait until the end of 84 August to receive it, but time wasn't an issue for me, so I bought it. Fast forward five months to 85 two weeks ago, the keyboard finally arrived! <em>(There were some delays, although the people at 86 Keyboardio always kept us informed, great experience overall.)</em></p> 87 <!-- /p --> 88 89 <p> 90 I have been able to use the new keyboard for some time now and it looks good so far<sup 91 id="fnref2"><a href="#fn2">2</a></sup>. It took some time to get used to the columns instead of 92 staggered rows, but I am doing a lot better now. It also took some time to get used to the layers 93 (I had to re-learn where every character is!), but after I changed the layout to make it as 94 intuitive as possible, the learning process has been a lot faster.</p> 95 <!-- /p --> 96 97 <p> 98 Although I am liking the keyboard so far, I don't want to evaluate it extensively while still 99 getting used to it and I think I shouldn't reach any conclusions until I feel more comfortable 100 with it. I will probably write about my experience with the Atreus in the future.</p> 101 <!-- /p --> 102 103 <!-- footnotes --> 104 <hr /> 105 106 <ol> 107 <li id="fn1"> 108 In my case, I deactivate the mouse completely in neovim, as the only thing I use the mouse for 109 is to select text to easily paste it with the middle button on another application, but I like 110 the cursor staying where it is when I do it. For dwm, you can selects tags with the mouse, but I 111 rarely do that. <a href="#fnref1" title="Jump back to footnote 1 in the text">↩</a></li> 112 <!-- /li --> 113 <li id="fn2"> 114 I don't want to use it for day-to-day tasks yet, as I am still a bit slow and feel more 115 comfortable with a regular keyboard, so I haven't used it that much. <a href="#fnref2" 116 title="Jump back to footnote 2 in the text">↩</a></li> 117 <!-- /li --> 118 </ol>