mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
swoosh instead of tap-tap-tap
commented out, need to check with jens as to his concept
This commit is contained in:
parent
0f10ba3e42
commit
c071043cc0
1 changed files with 5 additions and 0 deletions
|
|
@ -43,9 +43,14 @@ Leaves {
|
|||
onPressed: {
|
||||
stripe.lockKeyPressed(stripe.childAt(mouseX, mouseY).value);
|
||||
}
|
||||
|
||||
onReleased: {
|
||||
stripe.lockKeyReleased(stripe.childAt(mouseX, mouseY).value);
|
||||
}
|
||||
|
||||
// onPositionChanged: {
|
||||
// stripe.lockKeyReleased(stripe.childAt(mouseX, mouseY).value);
|
||||
// }
|
||||
}
|
||||
|
||||
Timer {
|
||||
|
|
|
|||
Loading…
Reference in a new issue