mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-03 10:14:45 +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: {
|
onPressed: {
|
||||||
stripe.lockKeyPressed(stripe.childAt(mouseX, mouseY).value);
|
stripe.lockKeyPressed(stripe.childAt(mouseX, mouseY).value);
|
||||||
}
|
}
|
||||||
|
|
||||||
onReleased: {
|
onReleased: {
|
||||||
stripe.lockKeyReleased(stripe.childAt(mouseX, mouseY).value);
|
stripe.lockKeyReleased(stripe.childAt(mouseX, mouseY).value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// onPositionChanged: {
|
||||||
|
// stripe.lockKeyReleased(stripe.childAt(mouseX, mouseY).value);
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
Timer {
|
Timer {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue