Add MAGIC_TOGGLE_GUI to keycode ensure list (#930)

* add GUI_Toggle

* Reorder MAGIC_NO_GUI and MAGIC_UNNO_GUI

* Revert "Reorder MAGIC_NO_GUI and MAGIC_UNNO_GUI"

This reverts commit 79203031df.
This commit is contained in:
AkariiinMKII 2025-09-21 10:57:55 +08:00 committed by GitHub
parent c75c8897a1
commit 7d8197d60b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -525,6 +525,7 @@ _Static_assert(MAGIC_UNSWAP_ALT_GUI == 0x7015, "");
_Static_assert(MAGIC_TOGGLE_ALT_GUI == 0x7016, "");
_Static_assert(MAGIC_NO_GUI == 0x700A, "");
_Static_assert(MAGIC_UNNO_GUI == 0x7009, "");
_Static_assert(MAGIC_TOGGLE_GUI == 0x700B, "");
_Static_assert(MAGIC_SWAP_GRAVE_ESC == 0x700C, "");
_Static_assert(MAGIC_UNSWAP_GRAVE_ESC == 0x700D, "");
_Static_assert(MAGIC_SWAP_BACKSLASH_BACKSPACE == 0x700E, "");