Greetings,
I’d like to modify the arrow key behavior so it would move to the left or right of a composed character, rather than walk through its components. In essence:
any(Letter) any(Diacritic) + [K_LEFT] > [K_CURSOR] context
any(Modifier) any(Letter) any(Diacritic) + [K_LEFT] > [K_CURSOR] context
any(Letter) any(Diacritic) + [K_RIGHT] > context [K_CURSOR]
any(Modifier) any(Letter) any(Diacritic) + [K_RIGHT] > context [K_CURSOR]
Which is new territory for me. Does the KMN language support this?
thanks!
-Daniel
1 post - 1 participant