noblereign / GX-Mods-Extension

A WebExtension for Firefox. Add ambient music, typing sounds, and more to your browsing experience.
MIT License
24 stars 2 forks source link

Typing sounds not present in Google Docs #1

Closed TheDragonsFlame closed 10 months ago

TheDragonsFlame commented 10 months ago

Quick sidenote, I would like to mention that I am immensely pleased to find that a furry created/maintains this extension, you've earned my confidence

Typing in the page section of google docs does not seem to activate keyboard sounds, which is admittedly one of the main reasons why I installed the extension. Other textboxes seem to work, just not this particular one

https://github.com/noblereign/GX-Mods-Extension/assets/42993952/3f8b0562-21b3-4e45-8bd6-609f7bf31099

noblereign commented 10 months ago

oh god i see why this might be happening google docs uses like... some sort of svg canvas trickery to handle the document area instead of just a normal input i'm guessing it's eating the keydown event while doin that somehow i'll see if i can figure it out 😵‍💫

noblereign commented 10 months ago

oh nevermind it was just an iframe i just had to change the manifest a bit lol this'll be fixed in a moment 👍

noblereign commented 10 months ago

think it's fixed with https://github.com/noblereign/GX-Mods-Extension/commit/891d4d7617a0d173e89ca963cec6fd7761b4ffe3, and it should be up on AMO as version 4.0.1.

thank you for the bug report!! ^^