From 26e5532cd264d58100e9db9c28ee6f13c4b36ab8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 17:25:44 +0200 Subject: Adding upstream version 3.38.0. Signed-off-by: Daniel Baumann --- .../org.gnome.desktop.a11y.keyboard.gschema.xml.in | 104 +++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 schemas/org.gnome.desktop.a11y.keyboard.gschema.xml.in (limited to 'schemas/org.gnome.desktop.a11y.keyboard.gschema.xml.in') diff --git a/schemas/org.gnome.desktop.a11y.keyboard.gschema.xml.in b/schemas/org.gnome.desktop.a11y.keyboard.gschema.xml.in new file mode 100644 index 0000000..66c9161 --- /dev/null +++ b/schemas/org.gnome.desktop.a11y.keyboard.gschema.xml.in @@ -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.3