Added stop program shortcut

This commit is contained in:
Philip Trauner 2017-01-23 09:20:26 +01:00
parent 8afed76d15
commit e9f34ae3b0
3 changed files with 12 additions and 0 deletions

View file

@ -5,6 +5,10 @@
},
{
"keys" : ["f9"],
"command" : "stop"
},
{
"keys" : ["f10"],
"command" : "sensor"
}
]

View file

@ -5,6 +5,10 @@
},
{
"keys" : ["f9"],
"command" : "stop"
},
{
"keys" : ["f10"],
"command" : "sensor"
}
]

View file

@ -5,6 +5,10 @@
},
{
"keys" : ["f9"],
"command" : "stop"
},
{
"keys" : ["f10"],
"command" : "sensor"
}
]