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

Only stop on markers for Number Slider #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vitorgalvao
Copy link

You’re doing small numbers, so it makes sense for sliders to snap into position rather than allowing a bunch on intermediary positions that do not change.

@giovannicoppola
Copy link
Owner

thanks @vitorgalvao! I wanted to improve the keyboard visualization by using the Grid view, but if I want to highlight the keys the user is interested in I need to collect the user's input (similar to a script filter), and my understanding is that currently it is not possible for Grid view to accept user input for purposes other than the built-in search? In other words, I would like to show the search field, but use it to collect user input...

@vitorgalvao
Copy link
Author

Correct, the search field in the Grid View is for filtering. Does the change need to be immediate? Because if not, the Text View is scriptable and allows for a Fixed Width font.

@giovannicoppola
Copy link
Owner

good idea! I will give it a try.

@vitorgalvao
Copy link
Author

Note that the idea above is orthogonal to the PR, which is about the GUI configuration for users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants