-
Notifications
You must be signed in to change notification settings - Fork 6
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
User-defined markers #116
Comments
This has landed in develop, with a couple of caveats:
|
Hi Tony Using Firefox 113 on Fedora, put mouse cursor over spectrum display, tap m and immediately the search box opens with the M of MIC highlighted. |
Hmm, do you have the "Search for text when you start typing" option turned on? I can look into seeing if there's a way to disable it on the client-side in JS. |
Also to note, you don't necessarily need to have the mouse cursor hovering over the spectrum - the keyboard shortcuts will currently drop the marker at the left-side VFO location, not where the mouse is pointing. |
Yes, I had that selected, although I don't remember doing it so maybe it was a default I've never changed. So if the cursor is over the spectrum it should drop the marker where the cursor is or have you not implemented that yet? In any case I now get markers, I will wait for development to get it all sorted out. |
I haven't decided on this interaction yet, but it seems like a reasonable way to expect it to behave! |
It looks like being a useful feature. Perhaps you could also have a list of fixed markers that are always present, a bit like the macros in config.toml and user configurable. Marking frequencies for unusual modes is the application I'm thinking of, like the freedv frequencies for instance. |
Have the ability to create/place a marker on the spectrum scope, through keyboard and also through a UI button click.
Also have the ability to remove a specific marker, or clear all markers at once.
The markers should be associated to the connection, and persist across restarts.
The text was updated successfully, but these errors were encountered: