thefoofighter/ThreeLiveRawShaderEditor

@ and / keys do not seem to work in Firefox

Closed this issue · 1 comments

Not sure why this happens, it seems to work fine in chrome. there could be other keys that dont register. / is important for comments...

Newer versions of firefox reserve the forwardSlash " / "and Apostrophe Keys " ' " for use in some other functions. which is not great for the plugin. I have no idea how to override this.

But i do know a workaround for those who do not use those keys for firefoxes purposes

as explained here

  • Go to about:config
  • Find accessibility.typeaheadfind.manual and set it to false.

you may need to restart the browser but it should then work

Happy commenting your code. :)