Added keybindings for program execution and sensor readouts

This commit is contained in:
Philip Trauner 2017-01-11 22:25:56 +01:00
parent dc73e3ee64
commit 2970f4cb2d
3 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,10 @@
[
{
"keys" : ["f8"],
"command" : "run"
},
{
"keys" : ["f9"],
"command" : "sensor"
}
]

View file

@ -0,0 +1,10 @@
[
{
"keys" : ["f8"],
"command" : "run"
},
{
"keys" : ["f9"],
"command" : "sensor"
}
]

View file

@ -0,0 +1,10 @@
[
{
"keys" : ["f8"],
"command" : "run"
},
{
"keys" : ["f9"],
"command" : "sensor"
}
]