Inspired by @kevinb (and others), I set up a mini (mini
) Homerow with KM, for example, to navigate within a text. I’m very happy with the result.
Just a quick note on how it works:
When “F” is pressed, “J” moves the cursor one character to the left. “K” moves the cursor to the right.
If “F” and “D” are pressed, the text is selected, with “J” and “K”. Like this:
Text can be copied and moved, etc.
This all works well. There’s just one problem I can’t solve.
“F” has two functions: It activates a palette when the key is held down, and it simply types “F” when the key is tapped briefly (down/up).
So the letter “F” is typed when the key is released. All other letters are typed when the key is pressed.
When typing the word “for” quickly, this results in “ofr” being typed. I tried to correct this with a “typed string trigger” so that “of” automatically becomes “fo”, but unfortunately, that doesn’t work.
Does anyone have an idea how this could be fixed? Thank you very much!
And in case anyone wants to take a look, here are the macros.
F (KOPIE).kmmacros|attachment (6.0 KB)
