You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea of using 'dead' keys is based on assumption that pressing 2 easy keys is better than pressing hard key. So to make it easier to type (programming) characters/symbols, we're going to press an easily reachable key (which will NOT output any character), release it and then press another easily reachable key to produce, say, @ character.
I try to implement this in goku, since I use qwerty layout, while I find my code bug, after I press period, I cannot exit the dead-mode anymore, also, the period is displayed on the screen before I press another key.
The following code try to implement that: tap period key . to enter dead-mode, then type d to display (.
I try to implement this in goku, since I use qwerty layout, while I find my code bug, after I press period, I cannot exit the dead-mode anymore, also, the period is displayed on the screen before I press another key.
The following code try to implement that: tap period key
.
to enter dead-mode, then typed
to display(
.What should I improve to implement dead key?
The text was updated successfully, but these errors were encountered: