-
-
Notifications
You must be signed in to change notification settings - Fork 53
3.0.0 Migration guide
Riey edited this page Nov 25, 2022
·
1 revision
yaml config now use custom tag
only hotkey need to be changed
# before
M-C-Backslash:
behavior:
Mode: Math
Super-Space:
behavior:
Toggle:
- Hangul
- Latin
Esc:
behavior:
Switch: Latin
result: Bypass
# after
M-C-Backslash:
behavior: !Mode Math
Super-Space:
behavior: !Toggle
- Hangul
- Latin
Esc:
behavior: !Switch Latin
result: Bypass