[
{
"question": "What operating system am I using?",
"stateFile": "./workspaceState.state.json",
"keywords": {
"allOf": ["Linux"]
}
},
{
"question": "What is the keyboard shortcut used for printing a webpage?",
"stateFile": "./workspaceState.state.json",
"keywords": {
"allOf": ["Ctrl"],
"not": ["Cmd", "Command"]
}
}
]