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

feat: Caps_Lock binding available #1322

Merged
merged 1 commit into from
Jul 4, 2024
Merged

feat: Caps_Lock binding available #1322

merged 1 commit into from
Jul 4, 2024

Conversation

fxliang
Copy link
Contributor

@fxliang fxliang commented Jun 27, 2024

  • ability to use Caps_Lock in key_binder/bindings

example to binding Caps_Lock to 4 when has_menu, to select the 4th candidate

patch:
  # ensure key_binder is processed before ascii_composer
  engine/processors/@before 0: key_binder
  key_binder/bindings/+:
    # Caps_Lock selecting 4
    - { accept: Caps_Lock, send: 4, when: has_menu} 
    - { accept: Release+Caps_Lock, send: Release+4, when: has_menu}

@fxliang fxliang requested review from lotem and determ1ne June 27, 2024 09:49
@fxliang fxliang changed the title feat: Caps_Lock binding supported. feat: Caps_Lock binding supported.[wip] Jul 1, 2024
@fxliang fxliang changed the title feat: Caps_Lock binding supported.[wip] feat: Caps_Lock binding available Jul 1, 2024
@fxliang fxliang merged commit 9bb4b7f into rime:master Jul 4, 2024
1 check passed
@fxliang fxliang deleted the capssel branch July 4, 2024 04:39
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

Successfully merging this pull request may close these issues.

1 participant