Use F7 key as "deploy to MOD" action, make it visible on file menu
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
a16c43f094
commit
28e0295a4a
5 changed files with 43 additions and 20 deletions
|
|
@ -255,6 +255,10 @@ void Scene::onHoverKey(const HoverKeyEvent& e) {
|
|||
settings::cpuMeter ^= true;
|
||||
e.consume(this);
|
||||
}
|
||||
if (e.key == GLFW_KEY_F7 && (e.mods & RACK_MOD_MASK) == 0) {
|
||||
patchUtils::deployToMOD();
|
||||
e.consume(this);
|
||||
}
|
||||
|
||||
// Module selections
|
||||
if (e.keyName == "a" && (e.mods & RACK_MOD_MASK) == RACK_MOD_CTRL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue