Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
soffice: Announce keyboard triggered "double underline" toggling (#17187
) Implements one aspect from feature requests in #6915 Summary of the issue: Commit 46a3436 ("soffice: Report keyboard-triggered formatting toggles in Writer (#16413)") implemented announcement of keyboard-triggered formatting changes in LibreOffice Writer, including the one to toggle underline. (When English keyboard layout and UI, the shortcut is Ctrl+B.) Issue #6915 (among others) requests announcement also for "toggle double underline", which is done via the Ctrl+D keyboard shortcut for an English UI. Description of user facing changes When toggling double underline in LibreOffice Writer using the corresponding keyboard shortcut, NVDA announces the new state ("double underline on"/"double underline off"). (#6915, @michaelweghorn) Description of development approach Add Ctrl+D to the list gestures handled by the existing gesture handler.
- Loading branch information