-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Hotkeys can be assigned according to what N1MM use #179
Comments
1.384 / 5.000 Another thing I was missing was CQ AUTO. Another thing that would be ideal for me would be that when I typed CALL, the callhistory information would appear, without having to press space and go back to the CALLSIGN field to call or answer. The implementation of CallHistory was excellent. I believe that with these changes, we will be fulfilling a dream of us amateur radio competitions, of having a native Linux program (without Wine) as competitive as the others for Windows... Congratulations... |
Everyone wants key bindings that they are used to. I get emails from people who want TLF key bindings. They use CTRL-A to mark a spot on the band map and CTRL-B to spot to the cluster, and ESC stops the CW but also wipes the inputs at the same time.
I'm torn on the ESC key. Currently, ESC clears inputs and CTRL-ESC stops transmission. I can see changing this. Stopping the transmission is more of a panic stop situation. Say you were S&P and inadvertently responded thinking the running station was replying to you, but you're now in fact QRMing and you want to stop ASAP. It would be easier for your lizard brain to slap the ESC key to stop than to CTRL-ESC. And I can see changing the clear fields to CTRL-W, since in your head you can think Wipe. The 'Adult' thing to do would be to see if I can override the input class and steal all the keys. Then make an interface for people to define their own key bindings. The first part seems fun. The second... not so much. But I'll squirrel it away in the todo file. Auto CQ:
I'm not following this and would need clarification. Font size in check partial window: I can do that. Colors in check partial window: I'd need an example color combination, preferably with hex or decimal RGB values. I myself am color blind and am the worst judge. I also really couldn't make out the matched call, but didn't care 'cause I knew if the background was green, I knew it was a match to what was in the callsign field. |
Hi Michael... 73... ** I'm not following this and would need clarification. I'll try to explain better... Changing shortcut keys could be like this... |
No, I don't think that would work. I think it is important that the call history data not overwrite information already existing in the exchange fields. So say you're typing in a call and that call is AA0ZZ, as you're typing it will first find AA0Z. The exchange info will populate for AA0Z, then you key the last Z. It will match AA0ZZ but the exchange info will still be for AA0Z since it already exists in the exhange field. |
Pushed change making checkwindow font bigger and match color more contrasted. |
As for the the panic button. I used ESC as panic button during the past weekend's CQWW when trying to stop my transmission. It's deeply rooted in my brain. But I also successfully used ESC for clearing the input field - very convenient ;) |
If you're using full breakin you got about an equal chance to get a false rx state. I'm going to change it to ESC - stop CW and CTRL-W for wipe. |
"If you're using full breakin you got about an equal chance to get a false rx state." Maybe... but is it possible to try out? I'm kind in love with the idea. If it works it will be a function one step ahead of DXlog and N1MM. I liked to wipe with ESC, that was also natural... Otherwise a move to the "normal" behaviour of N1MM is fine with me. Thanks! |
Hotkeys
should preferably be the same as in N1MM, to make a shift from one to the other swift and painless. I will work on this ticket a while and use it as a notepad for my thinking and reasoning.Now in not1mm: [CTRL-S] Spot Callsign to the cluster
From N1MM manual:
"Alt+P – Spot the callsign of the last station logged or the one currently in the callsign textbox in the format DX CALL Frequency, without comment unless one has been specified on the Spot Comment tab of the Telnet window.
Ctrl+P – Spot the callsign of the last station logged or the one currently in the callsign textbox. You will be prompted for a comment. Hit ESC,click “Cancel” or click the red X to exit the comment window without spotting. If you do not enter a comment, and one has been specified on the Spot Comment tab, it will be sent when you click OK. If you specify a comment, it will be sent along with the one specified on the Spot Comment tab."
Now in not1mm: [CTRL-M] Mark Callsign to the bandmap window to work later
From N1MM manual
"Alt+O – Store contact in the bandmap"
NOT in not1mm: Alt-U= Toggle S&P/Run
The text was updated successfully, but these errors were encountered: