Skip to content

feat: preventDefault debug, buttons api, and input captured keys - #1114

Open
imaginarny wants to merge 10 commits into
masterfrom
feat-prevent-buttons
Open

feat: preventDefault debug, buttons api, and input captured keys#1114
imaginarny wants to merge 10 commits into
masterfrom
feat-prevent-buttons

Conversation

@imaginarny

Copy link
Copy Markdown
Member

Default debug inspect mode F1 key will not open the help page in Chrome anymore.. Bound keys with Buttons API are prevented too, using the same logic as chorded keys. So e.g. bound control+s wouldn't trigger save file dialog. Captured keys, e.g. with focused textInput, are using preventDefault() as well.

Summary

Debug keys, keys defined with the Buttons API, and keyboard input captured by e.g. focused textInput now use preventDefault().

  • Changeloged

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