mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
qs: temp fix super key always thought to be held down
This commit is contained in:
@@ -38,15 +38,15 @@ Singleton {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
GlobalShortcut {
|
// GlobalShortcut {
|
||||||
name: "workspaceNumber"
|
// name: "workspaceNumber"
|
||||||
description: "Hold to show workspace numbers, release to show icons"
|
// description: "Hold to show workspace numbers, release to show icons"
|
||||||
|
|
||||||
onPressed: {
|
// onPressed: {
|
||||||
root.superDown = true
|
// root.superDown = true
|
||||||
}
|
// }
|
||||||
onReleased: {
|
// onReleased: {
|
||||||
root.superDown = false
|
// root.superDown = false
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user