Volume up and down keys should now work and change zoom
[harmattan/cameraplus] / qml / main.qml
index a9c9c15..f227b91 100644 (file)
@@ -446,4 +446,9 @@ PageStackWindow {
                 policyLost: pipelineManager.state == "policyLost"
                 show: !pageStack.currentPage || (pageStack.currentPage.standbyVisible && pageStack.currentPage.status == PageStatus.Active && pipelineManager.showStandBy)
         }
+
+        DeviceKeys {
+                id: keys
+                active: Qt.application.active && pipelineManager.scaleAcquired
+        }
 }