mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Because I missed it!
Co-Authored-By: drashna <drashna@live.com>
This commit is contained in:
parent
bf79667460
commit
122fbac89c
@ -88,7 +88,7 @@ void unicode_input_finish (void) {
|
|||||||
switch(unicode_config.input_mode) {
|
switch(unicode_config.input_mode) {
|
||||||
case UC_OSX:
|
case UC_OSX:
|
||||||
case UC_WIN:
|
case UC_WIN:
|
||||||
unregister_code(KC_LALT);
|
unregister_code(KC_LALT);
|
||||||
break;
|
break;
|
||||||
case UC_OSX_RALT:
|
case UC_OSX_RALT:
|
||||||
unregister_code(KC_RALT);
|
unregister_code(KC_RALT);
|
||||||
|
Loading…
Reference in New Issue
Block a user