2022-02-15 04:33:19 +01:00
|
|
|
{
|
|
|
|
"log": {
|
2022-02-23 23:33:40 +01:00
|
|
|
"level": "debug",
|
2022-02-15 04:33:19 +01:00
|
|
|
"timestamp": "DD.MM.YYYY HH:mm:ss:SS"
|
|
|
|
},
|
|
|
|
"watchers": [
|
|
|
|
{
|
2022-02-18 00:30:56 +01:00
|
|
|
"device": "usb-Razer_Razer_Blade_Stealth-if01-event-kbd",
|
2022-02-24 00:07:57 +01:00
|
|
|
"restart": true,
|
2022-02-15 04:33:19 +01:00
|
|
|
"keys": [
|
2022-03-03 03:35:34 +01:00
|
|
|
{
|
|
|
|
"key": "key_f1",
|
|
|
|
"combo": [
|
|
|
|
"key_f2",
|
|
|
|
"key_f3"
|
|
|
|
],
|
|
|
|
"event": "EV_KEY",
|
|
|
|
"type": "keydown",
|
2022-03-03 03:52:34 +01:00
|
|
|
"delay": 3000,
|
2022-03-03 03:35:34 +01:00
|
|
|
"command": "notify-send",
|
|
|
|
"args": [
|
|
|
|
"combo",
|
|
|
|
"{{ key }} {{ type }}"
|
|
|
|
]
|
|
|
|
},
|
2022-02-15 04:33:19 +01:00
|
|
|
{
|
2022-02-18 00:30:56 +01:00
|
|
|
"key": "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-18 00:30:56 +01:00
|
|
|
"key": "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-18 00:30:56 +01:00
|
|
|
"key": "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
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|