ponder
About
- Username
- ponder
- Joined
- Roles
- Member
Comments
-
Got it, thanks for the update.
-
I noticed that in the capture phase of window.addEventListener('keydown', ..., true), the Reader handles KeyL without checking if an input element is focused. This leads to accidental read-aloud triggers when typing 'L' in a note field.Maybe adding …
-
I can't wait until the next beta to fix this, So I had no choice but to use a plugin to prevent it.
-
I wrote a plugin action to intercept the "L" key. - When you press **L** while typing a note → it blocks the event from reaching the Reader → read-aloud is **not triggered**. - When you press **L** during normal browsing → no interception → rea…
Upgrade Storage