Skip to content

Fire multiple events when pressing combo without releasing all keys #36

Description

@wdanilo

Describe the bug
Consider this code: useKeyCombo("meta + enter"). When I use this sequence:

  • press meta
  • press enter - event fires
  • release enter
  • press enter - event does not fire.

I see that sometimes such behavior might be desired, but sometimes not (I even think it is not desired in most cases). I did not find a way to change it in the library (which is amazing btw). Would it be possible to have it? Without it, some actions in GUI are not programmable with a good UX and thus I think this should be considered a bug.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions