aframevr / aframe-inspector

:mag: Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
https://aframe.io/aframe-inspector/examples/
MIT License
655 stars 203 forks source link

Keyboard shortcut (<ctrl> + <alt> + i) is not working as expected. #595

Closed dudleyhk closed 1 year ago

dudleyhk commented 4 years ago

Is it known that the inspector is not longer opening using the keyboard shortcut on Windows machines? I'm running Firefox 71.0... I'm sure it's not just my computer as I had it checked by someone running the Udemy course I've been following.

Cheers.

svenkonings commented 4 years ago

I'm running into a similar issue on Windows. I've found out it happens when my keyboard is set to US international. It works as expected when my keyboard is set to US.

TommyBeaton commented 4 years ago

If this doesn't fix the issue for anyone I changed the version type in the CDN to 1.0.0 <script src="https://aframe.io/releases/1.0.4/aframe.min.js"></script> Note: current release at posting is 1.0.4

davegoopot commented 4 years ago

The inspector shortcut is not working for me here on a UK keyboard.I've tried both the latest Firefox and Chrome without any luck. You can see the page I'm experimenting on here: https://aframe-learning.glitch.me/ How can I help debug?

leo-nerd commented 3 years ago

Same issue here (Aframe 1.1.0)

vincentfretin commented 1 year ago

I think this one was fixed with #658 You can close @dmarcos If it's still an issue for some of you with aframe 1.4.1, please create a new issue.

dmarcos commented 1 year ago

Fixed by https://github.com/aframevr/aframe-inspector/pull/658