Unicode, Unicodemap and UCIS refactor (#21659)
This commit is contained in:
parent
95681b8ff4
commit
70e34e491c
34 changed files with 1196 additions and 386 deletions
|
@ -11,7 +11,7 @@ void dance_key_one (tap_dance_state_t *state, void *user_data) {
|
|||
tap_code(KC_ENTER);
|
||||
reset_tap_dance (state);
|
||||
} else if (state->count == 2) {
|
||||
cycle_unicode_input_mode(+1);
|
||||
unicode_input_mode_step();
|
||||
reset_tap_dance (state);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue