-
Notifications
You must be signed in to change notification settings - Fork 136
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
Increase/decrease the time F key is active as modifier #109
Comments
One thing which is slowing down responsiveness is keeping the voice prompts active. No problem when disabled. |
Ah thanks, I disabled it and it is quicker. Would still be nice to adjust it though. |
EDIT: Sorry I was replying to another person :)As you probably know, a DTMF tone is a mix of 2 tones with different frequencies. DTMF is mixed as below (tone1 is X and tone2 is Y):
Where:
So for example is you alter 35E1, it will change the sound of 2 , 5 , 8 and 0 at the same time. |
Correct reply :)F-key timeout is tied with other events (scanner timeout, delay to input numbers, menu timeout... and so on. 0x10 means 16*500ms, so 8 seconds timeout. You can decrease or increase it up to 255 (0xFF) Let me know if you prefer a python script if ever you were not comfortable at hex editing. |
Ah thank you. I will try changing it this way but I wonder if it could be done with code so it doesn't impact other operations too much. I find I am also constantly locking the keypad or inputing number is the wrong field inadvertently. |
It's easily possible to make it act as the "caps lock" way: Press F to flip. So if you often use H/M/L or so, you'll have type F-6-6-F to select QRP power for example. |
I found egzumer-custom does the Caps Lock, which I quite like, takes a little getting used to from stock. |
I'm wondering is it possible to adjust the time F key works as modifier. The reason being I am finding the radio really slow to respond for example if I press F+3 twice in a row it doesn't recognise it as a single operation to change parameter twice. I have to press F+3, wait for the radio to change, then press it F+3 again. Maybe it is a software bug, I notice it with changing H/M/L as well.
Increasing it might help, as it doesn't also always see that I am holding F at the same time.
The text was updated successfully, but these errors were encountered: