2022-02-15 04:33:19 +01:00
|
|
|
{
|
|
|
|
"log": {
|
|
|
|
"level": "debug",
|
|
|
|
"timestamp": "DD.MM.YYYY HH:mm:ss:SS"
|
|
|
|
},
|
|
|
|
"watchers": [
|
|
|
|
{
|
2022-02-16 02:08:21 +01:00
|
|
|
"device": "/dev/input/event10",
|
2022-02-15 04:33:19 +01:00
|
|
|
"keys": [
|
|
|
|
{
|
2022-02-16 02:08:21 +01:00
|
|
|
"key": "enter",
|
2022-02-15 04:33:19 +01:00
|
|
|
"type": "keydown",
|
|
|
|
"command": "notify-send",
|
|
|
|
"args": [
|
2022-02-16 02:08:21 +01:00
|
|
|
"{{ key }}",
|
|
|
|
"{{ type }}"
|
2022-02-15 04:33:19 +01:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2022-02-16 02:08:21 +01:00
|
|
|
"key": "esc",
|
2022-02-15 04:33:19 +01:00
|
|
|
"type": "keyup",
|
|
|
|
"command": "notify-send",
|
|
|
|
"args": [
|
2022-02-16 02:08:21 +01:00
|
|
|
"{{ key }}",
|
|
|
|
"{{ type }}"
|
2022-02-15 04:33:19 +01:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2022-02-16 02:08:21 +01:00
|
|
|
"key": "space",
|
2022-02-15 04:33:19 +01:00
|
|
|
"type": "keyhold",
|
|
|
|
"delay": 1000,
|
|
|
|
"command": "notify-send",
|
|
|
|
"args": [
|
2022-02-16 02:08:21 +01:00
|
|
|
"{{ key }}",
|
|
|
|
"{{ type }}"
|
2022-02-15 04:33:19 +01:00
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|