-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Feature add setting to configure the push button action #478
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
Conversation
/home/runner/work/pinetime-lab/pinetime-lab/src/drivers/TwiMaster.cpp:1:10: fatal error: sdk/integration/nrfx/nrfx_log.h: No such file or directory #include <sdk/integration/nrfx/nrfx_log.h>
/home/runner/work/pinetime-lab/pinetime-lab/src/drivers/TwiMaster.cpp:1:10: fatal error: sdk/integration/nrfx/nrfx_log.h: No such file or directory: #include <sdk/integration/nrfx/nrfx_log.h>
Remove unneeded file
|
This seems like a good idea, but what if there was a button double press action. A single press could go back one screen and a double press could go back all the way. Then we wouldn't need a setting, unless we made that configurable as well. |
I suspect a double press action would slow down navigation if you were using single presses to go back, or risk doing the wrong thing. Maybe a long press to go back to the watchface and single press to go back? |
|
Great, I was also thinking about implementing multiway push button actions, awesome that #480 took care of that. In general I still think that giving the user the choice of what the button does is a good feature in terms of customizability. However, I'm not sure how problematic to much customizability and to many features would impact usability and the memory footprint. I think most of the navigation should actually be done by swiping, swipe right to go back exclusively, thus leaving more options for the button. |
A new settings option to let the user decide how the push button works. For now the options are:
I hope you find this useful. I personally like it to be able to get back to the watch face quickly.
