Advertisement
Guest User

Untitled

a guest
Dec 10th, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "com.microsoft.windows.highContrast": [
  3.         {
  4.             "settings": {
  5.                 "HighContrastOn": {
  6.                     "schema": {
  7.                         "title": "High Contrast",
  8.                         "description": "Whether to enable/disable High Contrast",
  9.                         "properties": {
  10.                             "path": {
  11.                                 "type": "string",
  12.                                 "required": true
  13.                             },
  14.                             "value": {
  15.                                 "required": true,
  16.                                 "type": "boolean",
  17.                                 "default": false
  18.                             }
  19.                         }
  20.                     },
  21.                     "path": "pvParam.dwFlags.HCF_HIGHCONTRASTON"
  22.                 }
  23.             },
  24.             "options": {
  25.                 "getAction": "SPI_GETHIGHCONTRAST",
  26.                 "setAction": "SPI_SETHIGHCONTRAST",
  27.                 "uiParam": "struct_size",
  28.                 "pvParam": {
  29.                     "type": "struct",
  30.                     "name": "HIGHCONTRAST"
  31.                 }
  32.             }
  33.         }
  34.     ]
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement