To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/DreamsofCode/ . You’ll also get 20% off an annual premium subscription.
@RomanLi-y9c2 ай бұрын
try to move super in the middle (G H) no reason to overload pinkie. I've been using colemak+36key+ortho split, never going back.
@anonymouscommentator2 ай бұрын
My biggest problem with this setup is the accidental typos. I'm a German native speaker and we use many capitalized words, which means i need to press shift fairly often. Thus i need the delay time to be as short as possible (because waiting for shift to activate would just kill the typing flow). But then this would mean that i can no longer roll keys. Rolling keys is one of the most important techniques when it comes to typing fast. So either i have to pause for shift to activate every few words or I can just not type fast anymore. But not all hope is lost! To circumvent this, i would advice to use not a single home row modifier but to use combos instead! Instead of holding d, the combo of d + f is shift for me. no more accidental typos! I thus can get rid of the holding delay. d+f is shift, s+f is ctrl, a+f is alt and s+d is super. This has honestly transformed my typing experience!
@luizrogeriocn2 ай бұрын
@@anonymouscommentator oh, thank you! This ideia is brilliant! I've been struggling with this delay on my home-row-mods. I have slightly modified your idea, though. Instead of using my index finger (on J or F) to be the second key in the combo, I set this second key to be the key where I rest my thumb of the same hand, e.g. I use J for CTRL, so for me the key combo will be J-BKSPC since backspace is where my right thumb rests. One way I think makes reasoning about this more straight-forward is looking at it like: all the modifiers are in the same key under the thumb, you just have to pre-choose which one to activate in the home-row 🤩
@luizrogeriocn2 ай бұрын
To explain a but further: I chose the second key in the combo to be where my thumb is because if I need to keep this modifier pressed and type more stuff, all the other fingers will still be free to continue typing.
@anonymouscommentator2 ай бұрын
@luizrogeriocn this is a great idea, i should try that out!
@fluffow26752 ай бұрын
How do you handle commands like ctrl+shift+s, ctrl+shift+n in chrome for example? Also how would you do this in the program showed in the video, I really want to try it out
@anonymouscommentator2 ай бұрын
@@fluffow2675 the modifier keys stay active for a short period after being pressed. that means i press the combo for shift, shortly after the combo for ctrl and then s. unfortunately i dont have experience with the programs used in this video. i use a custom built keyboard using the qmk firmware. there are some amazing articles on homerow mods that explain everything in high detail!
@devopstoolbox2 ай бұрын
My biggest issue with home row mods is the lag of these keys when used while typing text. even though the lag was negligible it short circuited something in my brain :) A few friends suggested different lag settings but none made it smooth enough... I found a work flow that buts both shift keys when I hold on of my thumb cluster keys, ctrl at my left pinky and right thumb and the rest in their usual location. I've gotten used to a setting where all my keys send their "shifted" signal when held but this isn't ideal either... This video made me want to give this another go !
@trunejtral27 күн бұрын
@@devopstoolbox did it work out for you? I have the same problem.
@leandroperalta8 күн бұрын
I started a discussion in the Kanata repo on GitHub about this during the holidays. I am trialing a solution that keeps track of how recently keys have been pressed to determine if you are in the middle of typing and, if so, skip the home row mods temporarily.
@sebaitor2 ай бұрын
First thing that came to mind is the delay that would be inevitable introduced when pressing those keys since it has to figure out whether you're gonna hold or if it was just a tap
@thefearlessgeek2 ай бұрын
Yes, I am noticing that with Kanata and it is causing typos.
@Koroistro2 ай бұрын
I am looking for a workaround to this. A passthrough during the timeout. The issue seems to be when you press another key while the modded one has not released yet. I'm trying to figure out if it's possible to have the pause be overridden if another key is typed before the special key kicks in. So if type 'a' and within 200 ms i press 't' it would write 'at'. This could become finnicky when the second key is a modded key aswell, but I believe a solution would be possible. If anybody knows a way to acomplish this I'd be grateful.
@zakaryduggan2 ай бұрын
@@Koroistro If you're on Linux, I'd recommend checking out keyd. I don't think you can get the exact functionality you're describing but I prefer it to kanata. There's a function specifically for homerow mods called 'overloadi' which helps to avoid accidentally using the mod keys while typing.
@hanqnero2 ай бұрын
Using this right now, it's bearable, because even if the key input is delayed, letters still appear in the right order. I am sure it is possible to find such timings for yourself and not notice it at all.
@Mohitkumar-zz4mp2 ай бұрын
@@thefearlessgeek yes , agree with you
@vd35982 ай бұрын
I'm using the same Voyager keyboard and initially used some of those bindings when modifiers are bound to other keys on long press. But it turned out to be not handy - there is a little lag until the modifier will be recorded. It is noticeable and annoying when typing fast. Now I remapped my layout so there are no number keys on the main layout and instead the first row consists only of modifiers, space and selectors of other layers, so I can use my thumb as if space on a regular keyboard was divided into several keys.
@olofmillberg7262 ай бұрын
Same here. I tried using taps and holds but it just doesn't work when typing fast. Now I'm back to every key doing a single thing. The voyager would be perfect with 6 thumb keys, but fortunately I don't need the number row so I was able to move everything up one row.
@rafidulonnoy2 ай бұрын
here i thought i needed a special keyboard for that functionality thank you so much for another great video🤩
@madmanali932 ай бұрын
I bought the moonlander beccause I was getting back pain from hours of programming all day. Having your hand spaced out in a split keyboard helps your back not curve and its much better. I have never looked back since. The thumb buttons are also a positive. I can never do a normal keyboard now.
@Filup2 ай бұрын
I got myself a Voyager but haven't had much time to use it due to university. I want to use it, but it takes up too much time when I am doing assessments. I am very much looking forward to having the time and no time sensitive tasks
@jwhite1337Ай бұрын
I agree the split keyboard will save your back. Even my shoulders would hurt from slight internal rotation, which was also fixed by the split keyboard.
@vikingthedude2 ай бұрын
I have a lispy tip (although probably useless): With multi-line parentheses in lisp, keep the closing paren on the same line as the last "item" of the expression. Same thing applies when we have multiple closing parens: all on the same line. That way the closing parens get out of your way and the code reads better. This is a clojure convention, but doesn't seem like it in kanata
@alpheusmadsen84852 ай бұрын
I do not like the convention of putting a closing bracket at the end of a line: it makes it more difficult to add things inside the bracket! I also don't like putting the bracket on the next line: that looks ugly! The only solution I can think of is to use Pythonic whitespace, which works fine ... until you have to use a bracket of some sort! Sigh. This is one of those cases where you can't win, no matter how hard you try ....
@vikingthedude2 ай бұрын
Even if you use pythonic whitespace, you still gotta put the closing paren somewhere, either the same line or the next. Im not sure i understood you
@dhavalsavalia2 ай бұрын
I am in the process of building my own 42 key Corne keyboard and trying to find homerow mod resources and there you are like a clockwork! It was same with nix but I ended up creating my own shell script based on what you showed. It was a great resource nevertheless! Thank you!
@Temet792 ай бұрын
I tried it on my Corne when I got it but I disabled it quickly as it lead to typing mistake. For example, when typing "dock" quickly, I noticed I type the "o" before I fully released the "d", which leads to mistake. I hope for you won't suffer from the same.
@hfyguy032 ай бұрын
@@dhavalsavalia any way you could share that shell file with me? I would need to recreate the same, as my work computer doesn’t allow for any downloads or drivers, so I’d need to recreate it locally. Thanks:)
@cameronmacgillivary55492 ай бұрын
These videos are super high quality, love the shorter form as well!
@awesomedavid20122 ай бұрын
I love the idea of it but the issue with these mods is that the key will go from action on down to action on up, because otherwise it can't tell whether you tapped or are holding. And even that tiny lag I can feel and notice.
@brddork2 ай бұрын
You probably would not notice this, actually, unless your typing speed is really slow. The potential pitfall is accidentally registering command keypresses when you mean to press the alpha character due to rolling. Rolling being where you have two keys both in the keydown state. There's actually pretty clever mitigations for this on ZMK and QMK and I personally don't have issues with typing at around ~110wpm.
@filko35782 ай бұрын
On the voyager you can make a timing when the hold activates. It's based as well on the typing speed. Mine is pretty low in the home row, while thumb clusters a bit higher for the layers
@reversev97782 ай бұрын
I have a voyager keyboard and have never had any issue like this
@enterusername77462 ай бұрын
Exactly. This issue makes HRM unusable for me.
@Xeab2 ай бұрын
I recently tried home row mods, and I agree, even the slight delay makes typing worse for me. Even tried configuring the timing. Still just felt bad. It's not for me. Swapping alt and super along with capslock as ESC/Ctrl is enough for me. I almost never use alt for any binds and I'm already comfortable with how shift works for me.
@dummyaccount-t5hАй бұрын
This video is a game changer for me ! tyvm! I only use the super and ctrl so nothing effected my vim workflow!
@stoicfloor2 ай бұрын
I have been using home row mod with my chocofi for a few years and couldn't recommend it enough. Thank you so much for bringing this rather niche idea to a more general audience!
@macmanuelodumeru37082 ай бұрын
Thank you so much for this information. Typing this now with Kanata enabled. A few typos here and there, but still in the process of getting used to it.
@maleldil12 ай бұрын
I love home row mods, but I do something different from most people I've seen. My shift keys are Caps Lock and ", not in the home row itself but adjacent. This is because I find Shfit to be the most used modifier and the most sensitive to timing, and I was triggering the wrong behaviour very often. By placing it this way, I can have very low timings without unintended activations.
@6pakAL2 ай бұрын
So you are telling me that I can have QMK like capabilities without needing specialized hardware AND I get to write in a lisp syntax? I absolutely love this! So glad I watched this video today!
@darukutsu2 ай бұрын
@@6pakAL thumb keys are must for me. They definitely speed things with layers a lot. Also you could use xmodmap to do this under X11 for years but kanata is better.
@maman141414142 ай бұрын
Personally I do all my remapping with keyd,witch is Linux kernel module ,how has the advantage of virtually having no latency and working on any environment
@snickersanyone2 ай бұрын
Got myself a Corne 4 last month and have been in love with home row mods, ColemakDH and a dedicated vim/tmux layer ever since. I can not overstate how much of an improvement this combo is over QWERTY staggered. Before I cheated a lot in hyprland with my mouse exactly for the reasons you outline in the first half, but now I hardly ever touch the mouse. Already most of my pain in fingers and wrists after a long session are gone and that's such a big win. Highly recommend exploring all your options when it comes to ergonomics. There's no one size fits all but you can most definitely make a lot of improvements that pay off in the long run.
@QuentinLeonetti2 ай бұрын
Hey! I'm curious about using colemak + vim layer. how did you go about it?
@snickersanyone2 ай бұрын
@@QuentinLeonetti Not on my PC right now so I can’t screenshot it but you basically start with a miryoku layout. That one already has a a nav layer when holding one of the thumb buttons down. The right side than switches to hjkl on the home row, and arrow keys on the row below. The left side has the modifier keys on home row, with numbers on top and below (for relative line jumping although I don’t use that motion a lot). Every other key is then filled with useful shortcuts, copy/paste, undo/redo, jump to first/last line/char in line, move up/down half a page, goto local/global definition, next/last paragraph (%) and so one. I’m still getting used to Colemak and that layer really helps a ton and is quick and easy to access. I can probably replace most of the shortcuts with commands or plugin keybindings once I’m more comfortable typing with the new layout. Having some of the symbols used to navigate in vim are a must tho.
@QuentinLeonetti2 ай бұрын
@@snickersanyone thank you! I'll try that out
@starrwulfeКүн бұрын
Awesome. Layers are something I was messing with back in my video editor job days - whenever Premiere was launched, I used a MacOS program to change the keyboard into 1 touch mode for certain things so I didn’t need to hold command down. Been wondering if I could do layers on my regular framework and Mac keyboards easily, and now I know!
@thefearlessgeek2 ай бұрын
This is a good idea in theory. But I noticed, at least with Kanata, I am making more mistakes. I have to slow down my typing. It seems like keys are sometimes delayed as a result. I have to go back and fix mistakes. I will levae a mistake or two here just to show you what is happening. I am frequently having to go back and correct what I type. Adjusting tap and hold times does hepl but os far I have not completely eilminated the problem.
@blue_name_warrior2 ай бұрын
Big tap-hold timeout: very hard to use as modifier keys, because you have to wait for hold activation Small tap-hold timeout: very hard for medium-speed typing, because home row keys will not be treated as tap if you don't release it ASAP. No timeout, immediately convert to "hold" when another key pressed: very hard for fast typing where two keys are very likely to overlap with each other No timeout, decide wether to convert to "hold" or not according to the order of key releases: very hard to use as modifier keys, because the release order is strict, and very hard for fast typing because those keys are printed with a perceptible delay
@thefearlessgeek2 ай бұрын
@@blue_name_warrior Fortunately I've gotten it down pretty well now. For me, I find a tap-time of 300 and a hold-time of 275 to be good. It's not perfect, but it gives me the best results for me. I still have to slow down my typing a bit or I get typos.
@SirRaselАй бұрын
I was thrilled to test this, but seeing a delay or unexpected typos due to the delay will break my brain...
@JakoTheWacko2 ай бұрын
I'm a massive fan of home row mods. It makes keyboard-centric workflows significantly easier.
@SFDestiny2 ай бұрын
and less costly. it greatly reduces RSI/repetitive stress injury
@SquintyGears2 ай бұрын
@@SFDestinyI don't see it... It seems like it just masks something else that's being done wrong. My job is 100% terminal and you don't strain to reach the F row. You just move your arm. The mod keys should be the same, especially when most of the things you use them for are intentionally close keys. Bad typing habits aren't solved because you switched to dvorak or anything like that. It's the best analogy i could come up with...
@antepetrovic40542 ай бұрын
@@SquintyGears But why would you want to move your whole arm if you don't have to?
@SquintyGears2 ай бұрын
@@antepetrovic4054 it might sound more dramatic than it actually is. basically your wrist should be hovering, the wrist rest isn't a chair just like the headrest. you only put your wrist or head down when you're not active. so you can always shift a few millimetres to reach keys without actually stretching any part of your hand. because there are no key combos that go that far unless they directly intended for you to use both hands (like ctrl + alt + del) I know that it's not universal to follow these guidelines. people build their own habits and everything. but technically that's how typing is supposed to be done and how was taught to people to do as a job for almost 100 years now. nobody teaches the basics in schools anymore, that's all.
@freeo62422 ай бұрын
This literally blew my mind! Normally I would have just kept this in the back of my mind and eventually forget about this. But your idea made me change my config 4:03 minutes into the video! This is huge.
@freeo6242Ай бұрын
TL;DR: Buy a split keyboard with a proper thumb cluster. For historic purposes: I'm off this again... Delved into this rabbit hole and came to this conclusion: Unreliable, too many typos, too much hassle to have this work accurately. Not worth it when you have a proper split keyboard with a thumb cluster. If I'm forced to work exclusively on a laptop I might revisit this, but I will avoid this if I can.
@avithedev2 ай бұрын
You don't understand how much I needed this
@TheDakes2 ай бұрын
Home row mods are awesome! I use them so much now, that I removed the dedicated ctrl and shift keys from my keyboard about a year ago.
@casadogaspar24 күн бұрын
11:05 About your AAAAA problem, we have a Vim Motion for it Normal mode 10 i (or your key to Insert Mode then type the char/string/etc you want to repeat: "word" in the example) word ESC Result wordwordwordwordwordwordwordwordwordword (10x the string word ) Works on both Neovim as on VScode vim mode
@noahpesta98222 ай бұрын
Amazing video as always. Definitely one of the best channels on KZbin
@darkdriller2 ай бұрын
I want to learn this mod but just imagining re learning vim keybinds is enough nightmare to work though with my therapist
@mthalter2 ай бұрын
For my own setup, I just have a miryoku-like vim-key layer for hjkl, which doesn't have the modkeys enabled.
@AK-vx4dy2 ай бұрын
1:56 How it works without causing delay? Letter could show only after you release the key, before it couldn't know
@LGXerxes2 ай бұрын
Started using home row mods on my glove80, but found that after learing everything properly the speed of the home row mods is a bit slow. You can make the delay shorter, which is usually fine, until you do not want to type at full speed. So i moved Super,Alt,Ctrl,Shift to the lowest row (two below home row) which allows you to type at full speed and still be kinda-ergonomic. It was probably more an issue with the double duty layer keys, but without vim-esque key bindings Crtl,Shift become needed in editors. Did you ever have have problems like that?
@jacekkurlit84033 күн бұрын
I did the same and now I'm evaluating this approach. One difference is that I have shift on thumb cluster
@Turk-ox5ti19 күн бұрын
Never really understood how people use those 40 key keyboards (like how do I even hit the key combinations for the IDE as a programmer...), but this video not only finally made it click, but also shared a cool "keyboard agnostic" approach. Had my keyboard set up already and loving it, thanks!
@divad11962 ай бұрын
Just tried it for a few days, hated it. The input is taken only on release, this creates a awful latency. Also, if I do the "ctrl + a" too fast, it's not considered correctly even with the option that force the second input to force the hold mod before the end of the delay. This also causes a lot more issues when typing fast because touch press overlaps.. It's a shame because on the paper this is great.
@asianph2 ай бұрын
My first thought before and after using this setup, i'm using modified miryoku layout, is the delay whenever i need to press multiple keys for 1 key using the normal layout. Also, accidental typo. After weeks and months of using it, its hard to work efficiently if i'm not using my split keyboard anymore. i'm more efficient because of it and my hands are more relaxed.
@przemec2 ай бұрын
2:06 Any chance anyone got a link or a name of that specific cable that connects two keyboard halves? Been looking for such spring-like cable with 90degree endings for a while now
@e-v-o-l-v-e2 ай бұрын
bro your videos made me discover so much incredible things, thanks you really much, this is insane !
@oliverhughes1692 ай бұрын
I use the Voyager with colemak-dh layout and for months I was trying to get used to the home row mods. They were very comfy, but always I was triggering them when I didn't want to, or they were too slow, and they make the home row feel laggy (as there is a delay before registering the key press or key hold action). I never managed to fine tune it to where it felt natural. Now for months I'm using my pinky and thumbs for modifiers. Home row is responsive again, but it's not as comfy at all to use. It's a tricky one... I saw your Voyager layout and see you left the timings as default.
@Tekay372 ай бұрын
I have shift on the index finger and ctrl on the middle finger. switching to a programmable split keyboard was such a big game changer for me. I won't ever go back to a traditional keyboard. Are the homerow mods your only change? I created an extra layer for parenthesis (opening on the left home row, closing on the right), quotation marks (t g b = " ' `) and slashes (y h n = / | \). Additionally I also created an "Umlaut" layer to have ä und a, ö under o, ü under u, ß under s, and different symbols on mnemonic positions (e.g. # (hash) under h, & (and) under n, § (paragraph) under p, ^ (caret) under c, etc..
@Quenjii2 ай бұрын
@dreamsofcode Have you ever done a 'tour' video of your desktop setup? I took a quick gander and didn't one, but would love to know how you've set up that floaty-looking window and the windows that animate in. Thanks!
@dreamsofcode2 ай бұрын
I have not! But I definitely will do so! Probably on my second channel 😁
@john_hindАй бұрын
This is brilliant. A couple of ideas for potential enhancements: 1. I would use SDFG on one side and HJKL on the other, with mirror symmetry about the split in a split keyboard. 2. The other key in the home row (A on one side, ; on the other) could be assigned as a 'null modifier'. If held down it would restore the normal dynamics of the opposite side keystrokes i.e. they would auto-repeat if held down and they would trigger on the down-stroke. 3. Holding down off-home row keys could be assigned as layer shifts working the same way. This would be good on minimalist layouts for special characters and the likes of function keys (and numbers in three-row layouts) when you do not want to assign a permanent key.
@wydx120Ай бұрын
The placement on ASDF and JKL; is the standard neutral position for touch-typing, that's why it's so comfortable. If you put your fingers in SDFG and HJKL, then the outermost columns are too far for your pinkies
@oatmealporridgeАй бұрын
3:40 mirrored. nice editing 👍🏻
@ichanmich2 ай бұрын
In general I am a fan of a HRM setup but I never got it to not interfere and produce false hold signals when typing fairly fast. I'm now back to having all my mods on my tumb keys
@leandroperalta11 күн бұрын
Using Kanata I've had great results with the tap-hold-release action, at least reducing errors while typing to a minimum. The release part means the HRM won't trigger unless the modified key is pressed AND released before the HRM is released.
@tsfreddie2 ай бұрын
i've been using split spacebar keyboards just for a mod key on my right thumb, i use that one mod key for almost everything: arrow keys, copy-pasting, navigating and such. it's a blast. but these keyboards are so hard to come by without making one yourself tho.
@splytrz2 ай бұрын
I do something similar, except I hold alt to activate the home row mods plus some additional features (like ijkl arrows). Alt is really close to my thumb's resting position, so I have no issues using it frequently. I tried out the tap-hod behavior after watching this video, but I found the delays inconvenient, so I'll stick with alt :)
@Thundechile2 ай бұрын
Thank you for this video, it changed my keyboard experience to much better for the good! One thing in the macOS instructions that could be mentioned is that you should add the Kanata executable to Settings > Privacy and Security > Input Monitoring, otherwise it doesn't work as Kanata doesn't have access to keyboard inputs.
@chinmaykulkarni4948Ай бұрын
That's a great idea! I've mapped my caps lock to escape and long press on caps lock to super. Your idea takes this to the next level. However, I still prefer using key chord bindings, you know using leader keys. You don't need keys like CTRL, ALT or Super.
@AayushChaudharyGames7 күн бұрын
I've come back to this after a while, you should see how Mumbo Jumbo uses shift key
@TobiasWeg2 ай бұрын
To be honestly, why not use the thumb for Ctrl? The thumb is way stronger than the index and is also much better on holding. Furthermore, your fingers are free to use x, c, v. Ah, and shift is under my right thumb key, which is doubling as space. So I can type any capital letter while holding my thumb down.
@hanqnero2 ай бұрын
Thank you for the video so much. I knew kanata existed but was overwhelmed to learn new config syntax. Now that I have set this up on a Windows machine I absolutely love it. Moreover, what I did is created a layer for arrows and other cursor motions on jkl; and row above them when lshift is held. I loved the fn layer on anne pro 2 and this is so much better. You can create so many layers now with these unused modifier keys. Unfortunately I was not able to reproduce this setup on macos 15 because the required driver didn't work.
@bastiana36112 ай бұрын
I might start using those too, they seem like a very sensible alternative to whatever yoga movements I force my thumb into when I need to press the super key. 😂
@mohammadbasyouni71712 ай бұрын
Top notch content as usual ❤
@foresthobo11662 ай бұрын
Excellent video !
@design.Engineered2 ай бұрын
great video!! you inspired me to try it on my mac setup and i got a karibiner config that deletes the extra letter u type before turning into the homerow mod that also servers as a little indicator for when the hotkey is live! had to play around with the held_down threshold timing but 150 ms seems to do the trick
@dreamsofcode2 ай бұрын
Wow nicely done! I'd love to see your karabiner config if possible!
@alexregan74862 ай бұрын
I have this exact issue with my thumbs! Literally switched to neovim to get away from command/option/control. It’s definitely helping, but I think I need this mod to fully relieve the pain.
@ficcdaf2 ай бұрын
yep, I've been using ZSA ergodex and voyager (also learned colemak-dh) for a year now and honestly I am NEVER going back. it's just too damn good!
@cody_codes_youtube2 ай бұрын
So where do you map your Cap Locks Key? 😅
@seres672 ай бұрын
you don't need it
@rrajaste2 ай бұрын
I think most people with a custom layout omit the caps lock all together. It's definitely in the top 5 of most useless keyboard keys. Mapping caps lock to ESC is a very popular mod.
@reversev97782 ай бұрын
A lot of people use a combo so if they ever do need it then they have to hold both left and right shift to toggle it on or off. This way it doesn’t take up any extra space and it’s almost impossible to accidentally trigger.
@zerdofish9989Ай бұрын
Thanks for the explanation of the tap timeout. I had added the home row mods and was suffering from not being able to say aaaaaaaa
@masteringlife404Ай бұрын
Amazing video 👏👏👏 ( thanks for the "link in bio" ❤)
@benarcher3722 ай бұрын
As always, great. Thanks!
@readyplayer21972 ай бұрын
This is just brillant.
@Proferk2 ай бұрын
Similar to using different keyboard layouts, this will all be fun and games until when you have to type on someone else's computer. Or on your work computer. It's the same reason why people don't recommend beginner vim users to switch to "jkl;" instead of "hjkl". It's obvious that "jkl;" is better, because you don't have to move your index finger from the j to the h. However it's not recommended because once you use unconfigured vim, or vim on another computer, you WILL not be able to use it and will keep pressing the "jkl;" as per your muscle memory. And it's not easy to change your muscle memory on the fly.
@dreamsofcode2 ай бұрын
Solution: Take your keyboard with you. tbh though, I really don't write code on other peoples computers that often, and using the existing mods isn't that much of challenge
@klassica2 ай бұрын
I love my Moonlander split KB for its thumbkeys.
@alpheusmadsen84852 ай бұрын
This is something I have always wanted to try out, but I have always thought I would need to either write an app like Kanata, or make my own keyboard. I'm going to have to try this out!
@fluxbesterman2 ай бұрын
Great concept!
@shinoossan2 ай бұрын
I have also used home row mods but I have usually done that in qmk / zmk, so basically in hardware level. Quick question, why did you choose to do it in kanata and not in firmware?
@brad.carpenter_2 ай бұрын
Going to implement this ASAP
@phillipanselmo85402 ай бұрын
I was actually researching this last week and that research is the exact reason why my hdd partition got corrupted and I now have to rewrite all of my configs from scratch 😢
@robinreso6240Күн бұрын
How is the normal typing experience with your Home row mods? And I am a fast typist. I am on windows with a normal keyboard using Auto hotkey...and experiencing annoying stutters and delays. I am not a programmer so...I suspect it could be many issues : Windows OS, Auto hotkey processing of keys introducing of delays etc. after some debugging I gave up on the tap-mod solution and went for a more "clean" solution in my case using the caps-lock key for doing the Home row mods. It does not interfere with my fast typing so for now its in my case the best solution.
@deathcare2 ай бұрын
Do you know if for Kanata, is it possible to set a key to enable/disable the home row mods config? It would be somewhat annoying to have to mess with a config file every time you want to play a game using the normal behavior of the keyboard.
@leandroperalta11 күн бұрын
Kanata has a mechanism to swap config files at runtime. You can also switch layers to one that doesn't have home row mods.
@noblenetdk2 ай бұрын
Great idea and explanation
@EmilSosa_142 ай бұрын
I ordered that exact keyboard last week, I was wondering how I would feel not having modifier keys and using layers instead. Going to give a try to this. Thanks for the video. 👍
@raoulkent2 ай бұрын
Which keyboard is it? 🤔 Edit: nvm found it! Obvious now that I see it, ZSA Voyager
@Hellbending2 ай бұрын
Curious if you’re already familiar with columnar layout - or will that be new also?
@houndsol2 ай бұрын
homerowmods are so goated, but i need another profile for wasd games :)
@KamiKagutsuchi2 ай бұрын
Just rebind capslock to what ever you need. Caps is in such a prime position on the keyboard and yet it is entirely useless
@alpheusmadsen84852 ай бұрын
I already have it bound to Ctrl; I just wish I could have a key next to it, to bind to Esc!
@dreamsofcode2 ай бұрын
I have a whole video on rebinding capslock to esc + Ctrl 😁
@thomastthai2 ай бұрын
How well does your setup handle keybindings that uses multiple modifiers at the same time, e.g., CtrI-Shift-Alt + Y? I use Karabiner but that's only for MacOS. I am still working on getting home row mod with multiple simultaneous modifiers to work. I was looking for something else that was cross-platform. Thanks for the intro to Kanata!
@kellymoses85662 ай бұрын
I like chording mods. Like holding down D and F is SHIFT
@alejandroalzatesanchez2 ай бұрын
At this point he's just making magic spells on his kbd.
@rumble_bird2 ай бұрын
I used alt+ vim keys for arrow keys and word jumps however your remaps is next level for me
@sadfox92942 ай бұрын
This did not work for me, either the timeout is too high and it introduces an uncomfortable input lag, or it is too short and it is easy to get accidental holds. I assume though it can probably be overcome with some practice.
@ahmoin2 ай бұрын
when's the nix over arch video coming out?
@dreamsofcode2 ай бұрын
It's being edited as we speak!
@arabshaptukaev4348Ай бұрын
Hi! - is it possible to use it just for built in keyboard and exclude external keyboards? - can karabiner config and this be used in parallel?
@polnioАй бұрын
I have a question for you: I'm trying this setup, which looks very nice, and I like it. However it is a bit weird with neovim, like for example: - When I spam a key (for example j or k) it updates the cursor two by two - There is a lag when I execute a keymap (for example "d + a" to make "shift + a"), because kanata check if I'm not doing win+shift instead. You're using neovim, so do you have the same feeling? Btw there is another issue, not related to neovim: when I use a shortcut too quickly it just apply the keys like I'm not holding, because of the delay. But if I reduce the delay there is a risk that I make a shortcut incidentally. Are you slowed down too?
@raidensama15112 ай бұрын
I modified caps lock to be control, when held; and escape when tapped.
@design.Engineered2 ай бұрын
that's a good one! love tap-escape. but i feel like the capslock key also works really well for a hyper key that is used to launch specific programs
@anasouardini5 күн бұрын
Kanata just broke my X11, I event reinstalled the OS and still have the bug persisted somewhere in my home drive.
@Disorrder2 ай бұрын
I have my piantor pro keyboard with QMK software. I tried to setup space mods, when touch the space button quickly, it’s a space, when holding for some time it’s fn. and it didn’t work for me. Maybe the software is not the best or my skills, but got too much false triggers, not my cup of tea
@wesleycoder12 күн бұрын
I've really tried to make this work, but I'm using an ABNT2 layout (brazilian) on a Macbook US keyboard and I feel very dumb trying to understand low level keyboard mapping after a full day looking into how to make the ç key which is mapped on top of the physical ; key. I've given up...
@ch4o7ic8Ай бұрын
Right now I am struggling with limiting the kanata behavior just to the internal keyboard on my MacBook. Does anyone have suggestions to make it possible that keyboards connected via Bluetooth don't get remapped by kanata? I'm in the process of building my own custom keyboard and was planning to use homerow mods with it "natively" via QMK.
@linuxshawtyАй бұрын
what do you do for arrow keys? do you have a caps layer?
@dmitriyzlobenets83652 ай бұрын
always useful info
@robertkrasa931624 күн бұрын
This is awesome. Thanks a lot.
@BurningR2 ай бұрын
I would think having the meta key at and j would be better than the ctrl. At least when using a tiling window manager like i3 I think you use meta much more than ctrl? Any thoughts on this?
@mohitkumar-jv2bx2 ай бұрын
I recently switched to Home row mods + split keyboard. I can’t go back now.
@youssefahmed63712 ай бұрын
i have a really hard time replication this in windows can some one help or can you make anther video it will easy preform if it say lets fix windows to make 10x developer
@frooastside2 ай бұрын
8:15 Doesn't the Framework laptop keyboard also use QMK?
@dreamsofcode2 ай бұрын
The 16 does, but not the 13!
@frooastside2 ай бұрын
@@dreamsofcode ohh, very interesting
@jadw12 ай бұрын
What is model of the split keyboard you are using?
@reversev97782 ай бұрын
He was mostly showing ZSA’s Voyager. At 6:23, I believe he showed MoErgo’s Glove80.
@laughingvampire7555Ай бұрын
what about using modifier keys with a single hand?
@plaintext72882 ай бұрын
imagine a person unaware of this trying to find where the shift is and explaining it to them 😅
@vinialves123622 ай бұрын
@@plaintext7288 that's why they call it personal computers
@dreamsofcode2 ай бұрын
Great if you have a password with uppercase letters in it!
@plaintext72882 ай бұрын
@dreamsofcode This actually sounds like a good idea in public environments installed and configured kanata a few hours ago btw, thank you for the guide
@icheered2 ай бұрын
Could you do a comparison between the moonlander and the voyager? Im currently using the moonlander but im realising I could maybe do with much fewer keys
@nomadtrails2 ай бұрын
Oh wow, I had a System 76 Launch keyboard and am now awaiting delivery on my ZSA Voyager, and plan on trying home row mods for the first time as soon as it arrives. Sound familiar?
@nomadtrails2 ай бұрын
Found your Voyager configuration in the github link. Thanks a ton, I'll use this as a starting point for my own layout. Cheers, keep up the amazing work on your channel!
@dreamsofcode2 ай бұрын
Awesome! I hope you enjoy it! I love the ZSA Voyager personally!
@a.t.o.m63652 ай бұрын
I have a problem installing kanata on macos. After typing "sudo kanata -c kanata.kbd" I get the error "[ERROR] failed to open keyboard device(s): Couldn't register any device"
@redflameken2 ай бұрын
Thankfully, my mechanical keyboard's left bottom row only has three keys, ctrl super and alt. And I'm one of those people who use my palm to press control. And the meta key is positioned just enough for my palm to press it. However, switching over to my laptop's keyboard, I feel your pain
@comically_large_chungus22 күн бұрын
does kanata interfere with existing home row mods set up on your voyager?
@dreamsofcode13 күн бұрын
I have it set up on nix so that it only affects my internal keyboards.
@comically_large_chungus13 күн бұрын
@@dreamsofcode I looked into the linux-dev config option so it just maps my laptop keyboard but I don't think it works 100% Edit: it's actually the systemd service that wasn't working lol
@RazoBeckett.2 ай бұрын
elliot your videos are always worth watch and easy share to friend ❤️
@TheDakes2 ай бұрын
Which Window Manager are you using? These animations look sick!