Added stop program shortcut
This commit is contained in:
parent
8afed76d15
commit
e9f34ae3b0
3 changed files with 12 additions and 0 deletions
|
@ -5,6 +5,10 @@
|
|||
},
|
||||
{
|
||||
"keys" : ["f9"],
|
||||
"command" : "stop"
|
||||
},
|
||||
{
|
||||
"keys" : ["f10"],
|
||||
"command" : "sensor"
|
||||
}
|
||||
]
|
|
@ -5,6 +5,10 @@
|
|||
},
|
||||
{
|
||||
"keys" : ["f9"],
|
||||
"command" : "stop"
|
||||
},
|
||||
{
|
||||
"keys" : ["f10"],
|
||||
"command" : "sensor"
|
||||
}
|
||||
]
|
|
@ -5,6 +5,10 @@
|
|||
},
|
||||
{
|
||||
"keys" : ["f9"],
|
||||
"command" : "stop"
|
||||
},
|
||||
{
|
||||
"keys" : ["f10"],
|
||||
"command" : "sensor"
|
||||
}
|
||||
]
|
Reference in a new issue