chore: screen reader toggle shortcut
This commit is contained in:
parent
a2b774470d
commit
0553e857c3
2 changed files with 3 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue