diff options
author | vojtapolasek <[email protected]> | 2024-09-10 11:04:42 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-09-10 11:04:42 +0200 |
commit | a007205797df6d1027f54d06cec3c16451c9ffd5 (patch) | |
tree | 5b7dd1894a48e5d8d412af8531d49ac09a7cc23b /data | |
parent | dc9c2eb24269ea925d98e2bebda2d7fde61c086d (diff) | |
download | mate-settings-daemon-a007205797df6d1027f54d06cec3c16451c9ffd5.tar.bz2 mate-settings-daemon-a007205797df6d1027f54d06cec3c16451c9ffd5.tar.xz |
Add a keyboard shortcut to start a screen reader (#416)
alt+super+s
Diffstat (limited to 'data')
-rw-r--r-- | data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in index 866fbf7..2bb8612 100644 --- a/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in +++ b/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in @@ -156,7 +156,7 @@ <description>Binding to show the screen magnifier</description> </key> <key name="screenreader" type="s"> - <default>''</default> + <default>'<Alt><Mod4>s'</default> <summary>Toggle screen reader</summary> <description>Binding to start the screen reader</description> </key> |