Skip to content

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
Clone this wiki locally