-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add setting for changing keyboard shortcuts #293
Comments
I have modified the Enter functionality. Enter will be used to save the QSO, but only if
I will not implement a fully customized shortcut because it would generally not bring comfort for the users. It is necessary to think not only about the possibility of defining them, but also about the possibility that the given shortcut can affect other functionalities as well. How it happened in the case of Enter - for example if you press Enter in Callsign field, the current functionality sends a request to the online callbook and this functionality should remain as is. So it's not about implementing Enter as a save QSO button, but also thinking about secondary functions of the shortcut. If you still have a problem with another shortcut, please let me know, because others may have a similar problem. Every request needs to be analyzed to see if it conflicts with these secondary functions. |
Enter saves the QSO only if: 1) QSO is started (QSO Time is running) 2) Field RST(s/r) or field from row A or row B is focused 3) Focused field is not a Callsign, POTA, SOTA, WWFT
Oh! I did not realize that there was that feature with the enter key, and thanks for implementing the enter to save. One thing I think would be beneficial related to this (and if you want I'll open a new issue, and if not it doesn't matter) is a "Pile-up/expedition mode", in the form of a check-box, that makes Qlog to skip log search, save the contact directly with enter, and has always the clock ticking (so when a contact is saved, the moment it's saved is the real time of the contact). |
Perhaps there is a more elegant solution. The Online Callbook Search can be disabled through the |
If no Callbook is active then Callsign Enter event saves QSO. If a callbook is active, then the Enter event remains unchanged, meaning it starts searching in the callbook This feature should improve the QSO rate during a pileup.
should be improved in 0.31 please close the issue if the fix is acceptable. |
I don't think the Ctrl + S shortcut for saving a QSO is a good combination, when I'm a hunter I don't mind too much, but when I'm managing a pile-up it can be a bit uncomfortable. Most logging software uses "Enter" to save the QSOs, which I find much easy in the heat of a crowded pile-up.
So, instead of asking for this to be modified, I would like to be able to change the shortcuts avaiable in qLog to custom keys/key combinations, a new tab in the settings would be a nice option.
Using QLog 0.30.0 from Flatpak.
The text was updated successfully, but these errors were encountered: