Thread: Sailfish Tweaks
View Single Post
Posts: 147 | Thanked: 150 times | Joined on Aug 2010 @ Finland
#17
I hate not being able to answer a phone call without taking my gloves off...

Would it be possible to map the volume up/down keys to perform the swipe up/down actions in certain UI pages? Those are all QML files after all so it shouldn't be impossible to do it just for specific pages. At least the camera capture view (usr/share/jolla-camera/pages/capture/CaptureView.qml) utilizes the volume keys for something other than volume control:
Code:
    readonly property bool _capturePending: _captureOnFocus
                || volumeUp.pressed
                || volumeDown.pressed
I've not been able to locate the call UI files yet, though. Any idea where those are?