gpii-windows
Version:
Components of the GPII personalization infrastructure for use on Microsoft's "Windows" ™
28 lines (25 loc) • 621 B
JSON
{
"options": {
"getAction": "SPI_GETSTICKYKEYS",
"setAction": "SPI_SETSTICKYKEYS",
"uiParam": "struct_size",
"pvParam": {
"type": "struct",
"name": "STICKYKEYS",
"template": {
"cbSize": "uint32",
"dwFlags": "uint32"
}
}
},
"settings": {
"StickyKeysAvailable": {
"value": true,
"path": "pvParam.dwFlags.SKF_AVAILABLE"
},
"HotkeyActive": {
"value": false,
"path": "pvParam.dwFlags.SKF_HOTKEYACTIVE"
}
}
}