Skip to content

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

@wdanilo

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.

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