gpii-windows
Version:
Components of the GPII personalization infrastructure for use on Microsoft's "Windows" ™
42 lines (37 loc) • 979 B
JSON
{
"options": {
"getAction": "SPI_GETFILTERKEYS",
"setAction": "SPI_SETFILTERKEYS",
"uiParam": "struct_size",
"pvParam": {
"type": "struct",
"name": "FILTERKEYS",
"template": {
"cbSize": "uint32",
"dwFlags": "uint32",
"iWaitMSec": "uint32",
"iDelayMSec": "uint32",
"iRepeatMSec": "uint32",
"iBounceMSec": "uint32"
}
}
},
"settings": {
"FilterKeysAvailable": {
"value": true,
"path": "pvParam.dwFlags.FKF_AVAILABLE"
},
"ConfirmHotkey": {
"value": true,
"path": "pvParam.dwFlags.FKF_CONFIRMHOTKEY"
},
"Wait": {
"value": 1000,
"path": "pvParam.iWaitMSec"
},
"Delay": {
"value": 1000,
"path": "pvParam.iDelayMSec"
}
}
}