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

Add VoidAction() to mirror NoSymbol/VoidSymbol #622

Open
wismill opened this issue Jan 28, 2025 · 0 comments
Open

Add VoidAction() to mirror NoSymbol/VoidSymbol #622

wismill opened this issue Jan 28, 2025 · 0 comments
Labels
compile-keymap Indicates a need for improvements or additions to keymap compilation enhancement Indicates new feature requests
Milestone

Comments

@wismill
Copy link
Member

wismill commented Jan 28, 2025

Originally posted by @wismill in #620 (comment)

I thought about introducing VoidAction(), to mirror NoSymbol/VoidSymbol. Because currently we also do not have an easy way to erase previous explicit actions when using RMLVO:

  • NoAction() does not overwrite the previous action.
  • replace key works only in the same file or after a child file.
  • SetControls() kind of work if you want to break latches. But it’s ugly.

The no/void qualifiers are not very clear, but at least we would be consistent with the keysyms.

@wismill wismill added enhancement Indicates new feature requests compile-keymap Indicates a need for improvements or additions to keymap compilation labels Jan 28, 2025
@wismill wismill added this to the 1.9.0 milestone Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compile-keymap Indicates a need for improvements or additions to keymap compilation enhancement Indicates new feature requests
Projects
None yet
Development

No branches or pull requests

1 participant