keyboard: Move a11y keys to gnome-control-center
This commit is contained in:
parent
27cf30ed54
commit
82ae68abdf
3 changed files with 10 additions and 1 deletions
8
panels/keyboard/50-accessibility.xml.in
Normal file
8
panels/keyboard/50-accessibility.xml.in
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<KeyListEntries group="system" _name="Universal Access" schema="org.gnome.settings-daemon.plugins.media-keys">
|
||||
|
||||
<KeyListEntry name="magnifier" _description="Toggle magnifier"/>
|
||||
<KeyListEntry name="screenreader" _description="Toggle screen reader"/>
|
||||
<KeyListEntry name="on-screen-keyboard" _description="Toggle on-screen keyboard"/>
|
||||
|
||||
</KeyListEntries>
|
|
@ -37,7 +37,7 @@ desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
|
|||
@INTLTOOL_XML_NOMERGE_RULE@
|
||||
|
||||
xmldir = $(pkgdatadir)/keybindings
|
||||
xml_in_files = 00-multimedia.xml.in 01-launchers.xml.in 01-system.xml.in
|
||||
xml_in_files = 00-multimedia.xml.in 01-launchers.xml.in 01-system.xml.in 50-accessibility.xml.in
|
||||
xml_DATA = $(xml_in_files:.xml.in=.xml)
|
||||
|
||||
pkgconfigdir = $(datadir)/pkgconfig
|
||||
|
|
|
@ -22,6 +22,7 @@ panels/info/gnome-info-panel.desktop.in.in
|
|||
panels/keyboard/00-multimedia.xml.in
|
||||
panels/keyboard/01-launchers.xml.in
|
||||
panels/keyboard/01-system.xml.in
|
||||
panels/keyboard/50-accessibility.xml.in
|
||||
panels/keyboard/eggcellrendererkeys.c
|
||||
panels/keyboard/gnome-keyboard-panel.desktop.in.in
|
||||
panels/keyboard/keyboard-shortcuts.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue