[Keymap] Simplify unicode input mode change and CTRL and GUI swapping (#14874)
This commit is contained in:
committed by
GitHub
parent
bfddc7dfa1
commit
a167a95bd0
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user