very broken keybinds lol
This commit is contained in:
18
Bar/Center/Logout.qml
Normal file
18
Bar/Center/Logout.qml
Normal file
@@ -0,0 +1,18 @@
|
||||
import QtQuick
|
||||
import "../../Components/"
|
||||
import "../../Services/"
|
||||
|
||||
Item {
|
||||
CenteredText {
|
||||
text: "some"
|
||||
}
|
||||
|
||||
Shortcut {
|
||||
sequence: "Escape"
|
||||
|
||||
onActivated: {
|
||||
console.log("shortcut triggered");
|
||||
FocusManager.exitRaise();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user