Skip to content

Conversation

@svenkonings
Copy link
Contributor

@svenkonings svenkonings commented Mar 7, 2020

Fixes issue #595
See also issue aframevr/aframe#4089

On US international keyboards Ctrl + Alt are combined into AltGraph. When this happens Ctrl and Alt are registered as unpressed, breaking the toggle expression

This is fixed by adding an additional clause for the AltGraph combination.

On US international keyboards Ctrl + Alt are combined into AltGraph.
When this happens Ctrl and Alt are registered as unpressed,
breaking the toggle expression
@svenkonings
Copy link
Contributor Author

The keyboard shortcut in aframe-inspector should also be updated now aframevr/aframe#4516 has been merged.

@vincentfretin
Copy link
Contributor

@dmarcos you should really merge this one. It will allow to use the same shortcut to close the inspector.
On a French keyboard, AltGr is a real key. I can currently open the inspector with Ctrl+Alt+i or AltGr+i (shortcut defined in the aframe inspector component). But I can only close the inspector with Ctrl+Alt+i (the shortcut defined here in aframe-inspector). If you merge this, I will be able to close with AltGr+i as well.

@vincentfretin
Copy link
Contributor

@dmarcos the fix of this PR is included in #647 after prettier reformatting.

@dmarcos
Copy link
Member

dmarcos commented Dec 6, 2022

@vincentfretin Thanks. I can close. For #647 might be good to break into separate PRs. It seems it's already including a lot of stuff

Closed in favor of #647

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.

3 participants