Work in progress keybard sidepane navigation
This commit is contained in:
@@ -39,6 +39,11 @@ Item {
|
||||
onActivated: if (debugMode) { py.call("APP.pdb") }
|
||||
}
|
||||
|
||||
Shortcut {
|
||||
sequences: ["Ctrl+N"]
|
||||
onActivated: mainUI.sidePane.activateNext()
|
||||
}
|
||||
|
||||
/*
|
||||
Shortcut {
|
||||
sequence: "Ctrl+-"
|
||||
|
Reference in New Issue
Block a user