chore: screen reader toggle shortcut

This commit is contained in:
Ashley Wulber 2026-01-02 15:36:40 -05:00 committed by Victoria Brekenfeld
parent a2b774470d
commit 0553e857c3
2 changed files with 3 additions and 2 deletions

View file

@ -91,6 +91,7 @@
(modifiers: [Super], key: "r"): Resizing(Outwards),
(modifiers: [Super, Shift], key: "r"): Resizing(Inwards),
(modifiers: [Super, Alt], key: "s"): System(ScreenReader),
(modifiers: [Super], key: "equal"): ZoomIn,
(modifiers: [Super], key: "minus"): ZoomOut,
(modifiers: [Super], key: "period"): ZoomIn,