From a3797790c7da7a5c88005735619dc56a96264930 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Fri, 17 May 2013 02:23:42 +0200 Subject: add the missing pieces for button support --- nekowatchlet/liveview.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nekowatchlet') diff --git a/nekowatchlet/liveview.qml b/nekowatchlet/liveview.qml index fcfb5ff..c1afdbc 100644 --- a/nekowatchlet/liveview.qml +++ b/nekowatchlet/liveview.qml @@ -43,6 +43,8 @@ Rectangle { switch (button) { case 1: case 2: + case 3: + case 4: goToRandomPosition(); break; } -- cgit v1.2.3