[Keymap] Simplify unicode input mode change and CTRL and GUI swapping (#14874)
This commit is contained in:
parent
bfddc7dfa1
commit
a167a95bd0
2 changed files with 12 additions and 6 deletions
|
@ -175,6 +175,12 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
}
|
||||
return false;
|
||||
break;
|
||||
case CG_NORM:
|
||||
set_unicode_input_mode(UC_MAC);
|
||||
break;
|
||||
case CG_SWAP:
|
||||
set_unicode_input_mode(UC_LNX);
|
||||
break;
|
||||
}
|
||||
return true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue