Skip to content
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

FR: Use Page-turn buttons to increase/decrease widget settings #11821

Open
Commodore64user opened this issue May 14, 2024 · 3 comments
Open

FR: Use Page-turn buttons to increase/decrease widget settings #11821

Commodore64user opened this issue May 14, 2024 · 3 comments
Labels
enhancement NT Non Touch devices

Comments

@Commodore64user
Copy link
Contributor

Commodore64user commented May 14, 2024

Does your feature request involve difficulty completing a task? Please describe.
When using widgets like these ones, on non-touch devices. It is quite cumbersome to make multiple increases/decreases pressing the arrows (the ones in the UI not the physical keys). The one on the right is particularly nightmerish as it steps by one, shudders.

Describe the solution you'd like
Mapping the increment/decrement to the page turns buttons, so in this double case, left-pair of page turn buttons would control the columns, and the right-pair one the rows.

on single ones, either side would simply increase or decrease.

and yes, I am aware one can click on the number in the middle and input an exact value, but sometimes you want to see small differences.

@Commodore64user
Copy link
Contributor Author

Commodore64user commented May 18, 2024

Note:

self.key_events.Close = { { Device.input.group.Back } }

table.insert(self.layout, {button_up})

@comphilip
Copy link
Contributor

@Commodore64user Hope I understand your idea properly. I tried to implement in spare time.

@Commodore64user
Copy link
Contributor Author

technically this is not necessarily limited to NT but in practice it would be, so could we get an NT tag, please.

@Frenzie Frenzie added the NT Non Touch devices label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement NT Non Touch devices
Projects
None yet
Development

No branches or pull requests

3 participants