tsengwoody / Access8Math

Allows access math content written by MathML ; Assist writing math content by LaTeX
GNU General Public License v2.0
31 stars 15 forks source link

NVDA+Shift+F10 has become the core gesture of NVDA #96

Closed cary-rowen closed 5 months ago

cary-rowen commented 5 months ago

A new Native Selection mode (toggled by NVDA+shift+f10 ) is now available in NVDA's browse mode for Mozilla Firefox. When turned on, selecting text in browse mode will also manipulate Firefox's own native selection. Copying text with control+c will pass straight through to Firefox, thus copying the rich content, rather than NVDA's plain text representation. Note however that as Firefox is handling the actual copy, NVDA will not report a "copy to clipboard" message in this mode.

See: nvaccess/nvda#15830

CyrilleB79 commented 5 months ago

Just discovered this one today. I'll unbound A8M's shortcut for my personal usage. But it would be nice to release a new version of A8M which does not uses NVDA+shift+f10 as a default shortcut.

@tsengwoody could you please take care of this?

tsengwoody commented 5 months ago

Maybe Access8Math can determine if the active focus object is the windows file explorer before binding NVDA+Shift+F10, just like how NVDA+Shift+F10 is only active for Native Selection mode when in browse mode?

tsengwoody commented 5 months ago

commit 5490c85