-
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,350 changed files
with
3,616 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
20 changes: 20 additions & 0 deletions
20
gtk-nsis-pack/share/glib-2.0/schemas/org.gnome.desktop.a11y.applications.gschema.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<schemalist gettext-domain="gsettings-desktop-schemas"> | ||
<schema id="org.gnome.desktop.a11y.applications" path="/org/gnome/desktop/a11y/applications/"> | ||
<key name="screen-keyboard-enabled" type="b"> | ||
<default>false</default> | ||
<summary>On-screen keyboard</summary> | ||
<description>Whether the on-screen keyboard is turned on.</description> | ||
</key> | ||
<key name="screen-magnifier-enabled" type="b"> | ||
<default>false</default> | ||
<summary>Screen magnifier</summary> | ||
<description>Whether the screen magnifier is turned on.</description> | ||
</key> | ||
<key name="screen-reader-enabled" type="b"> | ||
<default>false</default> | ||
<summary>Screen reader</summary> | ||
<description>Whether the screen reader is turned on.</description> | ||
</key> | ||
</schema> | ||
</schemalist> |
21 changes: 21 additions & 0 deletions
21
gtk-nsis-pack/share/glib-2.0/schemas/org.gnome.desktop.a11y.gschema.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<schemalist gettext-domain="gsettings-desktop-schemas"> | ||
<schema id="org.gnome.desktop.a11y" path="/org/gnome/desktop/a11y/"> | ||
<key name="always-show-universal-access-status" type="b"> | ||
<default>false</default> | ||
<summary>Always show the Universal Access status icon</summary> | ||
<description> | ||
This key overrides the automatic hiding of the Universal | ||
Access status icon when no accessibility features are enabled. | ||
</description> | ||
</key> | ||
<key name="always-show-text-caret" type="b"> | ||
<default>false</default> | ||
<summary>Always show the text caret</summary> | ||
<description> | ||
This key overrides the hiding of the text caret in noneditable | ||
text in applications. | ||
</description> | ||
</key> | ||
</schema> | ||
</schemalist> |
104 changes: 104 additions & 0 deletions
104
gtk-nsis-pack/share/glib-2.0/schemas/org.gnome.desktop.a11y.keyboard.gschema.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<schemalist gettext-domain="gsettings-desktop-schemas"> | ||
<schema id="org.gnome.desktop.a11y.keyboard" path="/org/gnome/desktop/a11y/keyboard/"> | ||
<key name="enable" type="b"> | ||
<default>false</default> | ||
<summary>Enable accessibility keyboard shortcuts</summary> | ||
</key> | ||
<key name="feature-state-change-beep" type="b"> | ||
<default>false</default> | ||
<summary>Beep when a keyboard accessibility feature changes</summary> | ||
<description>Whether to beep when a keyboard accessibility feature is enabled or disabled.</description> | ||
</key> | ||
<key name="timeout-enable" type="b"> | ||
<default>false</default> | ||
<summary>Disable keyboard accessibility after a timeout</summary> | ||
<description>Whether to disable keyboard accessibility after a timeout, useful for shared machines.</description> | ||
</key> | ||
<key name="disable-timeout" type="i"> | ||
<default>200</default> | ||
<summary>Duration of the disabling timeout</summary> | ||
<description>Duration of the timeout before disabling the keyboard accessibility.</description> | ||
</key> | ||
<key name="bouncekeys-enable" type="b"> | ||
<default>false</default> | ||
<summary>Enable “Bounce Keys”</summary> | ||
<description>Whether the “Bounce Keys” keyboard accessibility feature is turned on.</description> | ||
</key> | ||
<key name="bouncekeys-delay" type="i"> | ||
<default>300</default> | ||
<summary>Minimum interval in milliseconds</summary> | ||
<description>Ignore multiple presses of the same key within this many milliseconds.</description> | ||
</key> | ||
<key name="bouncekeys-beep-reject" type="b"> | ||
<default>false</default> | ||
<summary>Beep when a key is rejected</summary> | ||
<description>Whether to beep when a key is rejected.</description> | ||
</key> | ||
<key name="mousekeys-enable" type="b"> | ||
<default>false</default> | ||
<summary>Enable “Mouse Keys”</summary> | ||
<description>Whether the “Mouse Keys” accessibility feature is turned on.</description> | ||
</key> | ||
<key name="mousekeys-max-speed" type="i"> | ||
<default>10</default> | ||
<summary>Pixels per seconds</summary> | ||
<description>How many pixels per second to move at the maximum speed.</description> | ||
</key> | ||
<key name="mousekeys-accel-time" type="i"> | ||
<default>300</default> | ||
<summary>How long to accelerate in milliseconds</summary> | ||
<description>How many milliseconds it takes to go from 0 to maximum speed.</description> | ||
</key> | ||
<key name="mousekeys-init-delay" type="i"> | ||
<default>300</default> | ||
<summary>Initial delay in milliseconds</summary> | ||
<description>How many milliseconds to wait before mouse movement keys start to operate.</description> | ||
</key> | ||
<key name="slowkeys-enable" type="b"> | ||
<default>false</default> | ||
<summary>Enable “Slow Keys”</summary> | ||
<description>Whether the “Slow Keys” accessibility feature is turned on.</description> | ||
</key> | ||
<key name="slowkeys-delay" type="i"> | ||
<default>300</default> | ||
<summary>Minimum interval in milliseconds</summary> | ||
<description>Do not accept a key as being pressed unless held for this many milliseconds.</description> | ||
</key> | ||
<key name="slowkeys-beep-press" type="b"> | ||
<default>false</default> | ||
<summary>Beep when a key is first pressed</summary> | ||
<description>Whether to beep when a key is first pressed.</description> | ||
</key> | ||
<key name="slowkeys-beep-accept" type="b"> | ||
<default>false</default> | ||
<summary>Beep when a key is accepted</summary> | ||
<description>Whether to beep when a key is accepted.</description> | ||
</key> | ||
<key name="slowkeys-beep-reject" type="b"> | ||
<default>false</default> | ||
<summary>Beep when a key is rejected</summary> | ||
<description>Whether to beep when a key is rejected.</description> | ||
</key> | ||
<key name="stickykeys-enable" type="b"> | ||
<default>false</default> | ||
<summary>Enable sticky keys</summary> | ||
<description>Whether the sticky keys accessibility feature is turned on.</description> | ||
</key> | ||
<key name="stickykeys-two-key-off" type="b"> | ||
<default>false</default> | ||
<summary>Disable when two keys are pressed at the same time</summary> | ||
<description>Whether to disable sticky keys if two keys are pressed at the same time.</description> | ||
</key> | ||
<key name="stickykeys-modifier-beep" type="b"> | ||
<default>false</default> | ||
<summary>Beep when a modifier is pressed.</summary> | ||
<description>Whether to beep when a modifier key is pressed.</description> | ||
</key> | ||
<key name="togglekeys-enable" type="b"> | ||
<default>false</default> | ||
<summary>Enable “Toggle Keys”</summary> | ||
<description>Whether the “Toggle Keys” accessibility feature is turned on.</description> | ||
</key> | ||
</schema> | ||
</schemalist> |
Oops, something went wrong.