Skip to content

Fix screenshot component keyboard shortcuts#5849

Merged
dmarcos merged 1 commit into
aframevr:masterfrom
mrxz:fix-screenshot-shortcut
Jul 13, 2026
Merged

Fix screenshot component keyboard shortcuts#5849
dmarcos merged 1 commit into
aframevr:masterfrom
mrxz:fix-screenshot-shortcut

Conversation

@mrxz

@mrxz mrxz commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Description:
The keyboard shortcuts for making screenshots weren't properly working since #5442. The deferred setup takes place after play is called which causes the onKeyDown event handler to be used before it's bound to the current this.

Changes proposed:

  • Re-introduce a init method for binding onKeyDown.

@dmarcos
dmarcos merged commit 0da7f61 into aframevr:master Jul 13, 2026
1 check passed
@dmarcos

dmarcos commented Jul 13, 2026

Copy link
Copy Markdown
Member

Thank you

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.

2 participants