-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use focus and snap hardware buttons #66
Conversation
0e9037f
to
e411302
Compare
e411302
to
26ade0d
Compare
FYI, just rebased on the white space changes in the fix-manual branch. edit: this whole upstream rebasing/force pushing for the sake of fewer visible commits makes me a bit uncomfortable, but as a guest here I'll just abide by the rules. ;) |
Some more Info to simplify testing:
cheers! |
Works for me. |
qml/pages/CameraUI.qml
Outdated
@@ -555,6 +538,35 @@ Page { | |||
} | |||
} | |||
|
|||
Keys.onPressed: { | |||
if(event.isAutoRepeat) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For consistent style add space between if and (
Maybe also add [some_tag] to beginning of commit message, check the commit history for examples. |
1cf8815
to
64cbdfb
Compare
64cbdfb
to
9d40646
Compare
Changes:
I checked in with @piggz – I'll make the "===" changes as a different PR to get to test that without hurry and still getting a new release ready soon. I'll create an issue to remember. cheers! |
Replacement for #57 with the much better solution you basically provided yourself.
cheers!