Skip to content

Commit

Permalink
GPII-4388: Removed legacy settings that were causing trouble on the o…
Browse files Browse the repository at this point in the history
…ther end of transforms.
  • Loading branch information
the-t-in-rtf committed Feb 28, 2020
1 parent 92a3834 commit 172569e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 69 deletions.
7 changes: 1 addition & 6 deletions documentation/PreferencesServer.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ Return payload:
"http://registry.gpii.net/common/onScreenKeyboard/enabled": true,
"http://registry.gpii.net/common/initDelay": 120,
"http://registry.gpii.net/common/cursorSpeed": 0.850,
"http://registry.gpii.net/common/cursorAcceleration": 0.800,
"http://registry.gpii.net/common/mouseEmulation/enabled": true,
"http://registry.gpii.net/common/unknown": true,
"http://registry.gpii.net/applications/org.alsa-project": {
Expand Down Expand Up @@ -92,7 +91,6 @@ Return payload:
"onscreenKeyboard": true,
"mouseEmulation": {
"cursorSpeed": 0.85,
"cursorAcceleration": 0.8,
"-provisional-initDelay": 120,
"-provisional-mouseEmulation/enabled": true
}
Expand Down Expand Up @@ -140,7 +138,6 @@ Example POST body:
"http://registry.gpii.net/common/onScreenKeyboard/enabled": true,
"http://registry.gpii.net/common/initDelay": 120,
"http://registry.gpii.net/common/cursorSpeed": 0.850,
"http://registry.gpii.net/common/cursorAcceleration": 0.800,
"http://registry.gpii.net/common/mouseEmulation/enabled": true,
"http://registry.gpii.net/common/unknown": true,
"http://registry.gpii.net/applications/org.alsa-project": {
Expand Down Expand Up @@ -170,7 +167,6 @@ payload would be:
"http://registry.gpii.net/common/onScreenKeyboard/enabled": true,
"http://registry.gpii.net/common/initDelay": 120,
"http://registry.gpii.net/common/cursorSpeed": 0.850,
"http://registry.gpii.net/common/cursorAcceleration": 0.800,
"http://registry.gpii.net/common/mouseEmulation/enabled": true,
"http://registry.gpii.net/common/unknown": true,
"http://registry.gpii.net/applications/org.alsa-project": {
Expand Down Expand Up @@ -265,8 +261,7 @@ before the PUT request:
"name": "Default preferences",
"preferences": {
"http://registry.gpii.net/common/initDelay": 120,
"http://registry.gpii.net/common/cursorSpeed": 0.850,
"http://registry.gpii.net/common/cursorAcceleration": 0.800
"http://registry.gpii.net/common/cursorSpeed": 0.850
}
}
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 2 additions & 10 deletions gpii/node_modules/preferencesServer/test/data/prefsSafes.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 172569e

Please sign in to comment.