

I don’t know if I’ll ever move from qwerty on mobile. Swipe to text seems like a different beast, but I’m curious how it is. I was thinking it might be the one thing qwerty is good for!
I made a couple quick hops Canary -> Gallium v2 -> Graphite.
All I really know I like is alternation (thank you dvorak) and outward rolls oddly enough. Also typing ls ~/
was awful in dvorak, so less right pinky. SFBs can be deceptively packed too, even trigrams. Other than that, the j/k positions didn’t sit right with me in layouts like Colemak, which is what Gallium showed me. I’ve probably jammed my right index more than my other fingers now that I think about it…
I definitely didn’t like the stretch for j on modded Gallium. After that, Graphite actually surprised me with the pinky for j. Using the wide mod, it’s 100% an illusion, but the key seems easier to hit with fewer keys to the right of my hand. It’s exactly the same angle and distance lmao.
Layouts really make no sense until the smallest things click and you realize that’s what those stats mean. Why is it kind of like baseball?
RTX 2080 Super -> RT 9070 XT
I bought my 2070 laptop in 2020 too. I have yet to build a nice machine, but AMD might be the move if that ever happens. Their model numbering never made any sense to me though lol
Also, I want a Voyager now… I think split, columnar, and thumb keys are my next steps. Almost wanted to go ortho for a second. I quickly stumbled upon a bluetooth corne, too. It’s all so $400-too-much right after my first mech. It was a relatively cheap one but still!
I use keyd for software remapping now, and I like it a lot more than xkb’s esoteric options. It has functionality for layers like layer:C, where any “passthrough” input will have the defined modifier (or combo like C-S-M), but you can define whatever other bindings inside.
Long story short, I’ve used it to remap caps, control, shift (with a custom shift layer for some symbols), and meta, with overloads, double tap/hold into layers, oneshots, timeouts, and all sorts of (surprisingly fluid) nonsense. It’s so much easier than wading through xkb options for me.
To sidestep the question slightly less, I always got rid of capslock altogether instead of swapping. That still leaves true escape to be hit accidentally, but I think there should be an option to change escape too?
Edit: what I always used was
# make CapsLock behave like Ctrl: setxkbmap -option ctrl:nocaps # make short-pressed Ctrl behave like Escape: xcape -e 'Control_L=Escape'
from here