forked from Shinonome/dots-hyprland
qs: temp fix super key always thought to be held down
This commit is contained in:
@@ -38,15 +38,15 @@ Singleton {
|
||||
}
|
||||
}
|
||||
|
||||
GlobalShortcut {
|
||||
name: "workspaceNumber"
|
||||
description: "Hold to show workspace numbers, release to show icons"
|
||||
// GlobalShortcut {
|
||||
// name: "workspaceNumber"
|
||||
// description: "Hold to show workspace numbers, release to show icons"
|
||||
|
||||
onPressed: {
|
||||
root.superDown = true
|
||||
}
|
||||
onReleased: {
|
||||
root.superDown = false
|
||||
}
|
||||
}
|
||||
// onPressed: {
|
||||
// root.superDown = true
|
||||
// }
|
||||
// onReleased: {
|
||||
// root.superDown = false
|
||||
// }
|
||||
// }
|
||||
}
|
||||
Reference in New Issue
Block a user