Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace specific switches with switch numbers #21

Open
tshu-w opened this issue Dec 11, 2023 · 0 comments
Open

Replace specific switches with switch numbers #21

tshu-w opened this issue Dec 11, 2023 · 0 comments

Comments

@tshu-w
Copy link

tshu-w commented Dec 11, 2023

Should we change specific switches with switch numbers? This may be convenient for people who have modified the switches.

- { when: always, accept: Control+Shift+2, toggle: ascii_mode }
- { when: always, accept: Control+Shift+3, toggle: full_shape }
- { when: always, accept: Control+Shift+4, toggle: simplification }
- { when: always, accept: Control+Shift+5, toggle: extended_charset }

    - { when: always, accept: Control+Shift+2, toggle: '@0' }
    - { when: always, accept: Control+Shift+3, toggle: '@1' }
    - { when: always, accept: Control+Shift+4, toggle: '@2' }
    - { when: always, accept: Control+Shift+5, toggle: '@3' }
    - { when: always, accept: Control+Shift+6, toggle: '@4' }
tshu-w added a commit to tshu-w/rime-conf that referenced this issue May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant