Quantcast
Channel: SIL Language Software Community - Latest topics
Viewing all articles
Browse latest Browse all 649

Positioning Cursor with a Keyman Rule

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 649

Trending Articles