From 97b5922a75b6f0337c2d3ae4bc62dc18347f861e Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Sat, 13 Jan 2018 22:56:35 +0100 Subject: Funktionierendes settings GUI --- .../org.gnome.desktop.a11y.keyboard.gschema.xml | 104 +++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 Release/share/glib-2.0/schemas/org.gnome.desktop.a11y.keyboard.gschema.xml (limited to 'Release/share/glib-2.0/schemas/org.gnome.desktop.a11y.keyboard.gschema.xml') diff --git a/Release/share/glib-2.0/schemas/org.gnome.desktop.a11y.keyboard.gschema.xml b/Release/share/glib-2.0/schemas/org.gnome.desktop.a11y.keyboard.gschema.xml new file mode 100644 index 0000000..f505284 --- /dev/null +++ b/Release/share/glib-2.0/schemas/org.gnome.desktop.a11y.keyboard.gschema.xml @@ -0,0 +1,104 @@ + + + + + false + Enable accessibility keyboard shortcuts + + + false + Beep when a keyboard accessibility feature changes + Whether to beep when a keyboard accessibility feature is enabled or disabled. + + + false + Disable keyboard accessibility after a timeout + Whether to disable keyboard accessibility after a timeout, useful for shared machines. + + + 200 + Duration of the disabling timeout + Duration of the timeout before disabling the keyboard accessibility. + + + false + Enable 'Bounce Keys' + Whether the 'Bounce Keys' keyboard accessibility feature is turned on. + + + 300 + Minimum interval in milliseconds + Ignore multiple presses of the same key within this many milliseconds. + + + false + Beep when a key is rejected + Whether to beep when a key is rejected. + + + false + Enable 'Mouse Keys' + Whether the 'Mouse Keys' accessibility feature is turned on. + + + 10 + Pixels per seconds + How many pixels per second to move at the maximum speed. + + + 300 + How long to accelerate in milliseconds + How many milliseconds it takes to go from 0 to maximum speed. + + + 300 + Initial delay in milliseconds + How many milliseconds to wait before mouse movement keys start to operate. + + + false + Enable 'Slow Keys' + Whether the 'Slow Keys' accessibility feature is turned on. + + + 300 + Minimum interval in milliseconds + Do not accept a key as being pressed unless held for this many milliseconds. + + + false + Beep when a key is first pressed + Whether to beep when a key is first pressed. + + + false + Beep when a key is accepted + Whether to beep when a key is accepted. + + + false + Beep when a key is rejected + Whether to beep when a key is rejected. + + + false + Enable sticky keys + Whether the sticky keys accessibility feature is turned on. + + + false + Disable when two keys are pressed at the same time + Whether to disable sticky keys if two keys are pressed at the same time. + + + false + Beep when a modifier is pressed. + Whether to beep when a modifier key is pressed. + + + false + Enable 'Toggle Keys' + Whether the 'Toggle Keys' accessibility feature is turned on. + + + -- cgit v1.2.1