And thank-you Volker for adding in keyboard shortcuts for Mute Myself, Settings, and Chat. Now these settings can be toggled from a bluetooth device. Much apprecaited!
The shortcuts don't seem to work on Win10.
Alt-m works turning Mute Myself on and off as long as the Setting and Chat windows are closed. It does nothing if either the Setting or Chat windows or both are open.
Alt-h does nothing at the first press, the second press opens the Help menu, but only if the Settings window is closed (the chat window is never opened).
Alt-s opens the Settings window only if the Chat window is closed. Further Alt-s presses do not close the Chat window.
Is that the expected behaviour or am I doing something strange?
(The other shortcuts for the menu seem to work as I would expect)
Last edit: DonC 2020-08-16
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Don, the main Jamulus client window has to have the focus (be the active window) for the shortcut keys to work. Try clicking on the main window to make it active, and then press alt-m to test the mute myself function, it should work whether or not the other windows are open.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Don. Rob is correct. Both Alt-m (Mute) and Alt-s (Settings) work fine as long as the main Jamulus window has focus. You're right about the Alt-h (Chat) hotkey - it doesn't seem to work on Windows.
We used a Autohotkey script when we tested Alt-m so that we could map it to a single key and use with bluetooth devices. The script also takes care of ensuring the main Jamulus window has focus as you can see in the referenced discussion.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
A new Jamulus software version is available: 3.5.10. Here are the changes:
do not change the server list order if the mouse is over the table to
avoid selecting an incorrect server on a mouse double click (#293)
if network name/address contains spaces, they are removed now,
coded by dingodoppelt (#462)
improve compact skin by using smaller font size
improve server audio mix processing for better clipping behavior
support MIDI control faders in headless build (#483)
option to set Mute Myself on with a command line argument (#495)
added a red message to indicate that Mute Myself is activated (#476)
manual clip LED reset by mouse click on the level meter (#421)
replacing internal history graph functionality by external scripts/tools (#501)
accessibility improvements, coded by chigkim (#499, #510, #514)
bug fix: added more mutex in the server (should fix #480)
bug fix: --showallservers ping column sort is alphabetic (#201)
Thamks so much Volker!
Volker, Thankyou very much for your constant work on improvement and listening to users. !!
Regards.
And thank-you Volker for adding in keyboard shortcuts for Mute Myself, Settings, and Chat. Now these settings can be toggled from a bluetooth device. Much apprecaited!
Keyboard shortcuts in Jamulus
The shortcuts don't seem to work on Win10.
Alt-m works turning Mute Myself on and off as long as the Setting and Chat windows are closed. It does nothing if either the Setting or Chat windows or both are open.
Alt-h does nothing at the first press, the second press opens the Help menu, but only if the Settings window is closed (the chat window is never opened).
Alt-s opens the Settings window only if the Chat window is closed. Further Alt-s presses do not close the Chat window.
Is that the expected behaviour or am I doing something strange?
(The other shortcuts for the menu seem to work as I would expect)
Last edit: DonC 2020-08-16
Don, the main Jamulus client window has to have the focus (be the active window) for the shortcut keys to work. Try clicking on the main window to make it active, and then press alt-m to test the mute myself function, it should work whether or not the other windows are open.
I got it.
I guess the alt-h doesn't work because there are two functions mapped to it... Chat window and Help menu.
Hi Don. Rob is correct. Both Alt-m (Mute) and Alt-s (Settings) work fine as long as the main Jamulus window has focus. You're right about the Alt-h (Chat) hotkey - it doesn't seem to work on Windows.
We used a Autohotkey script when we tested Alt-m so that we could map it to a single key and use with bluetooth devices. The script also takes care of ensuring the main Jamulus window has focus as you can see in the referenced discussion.
I'll fix the Alt+h issue in the next release of Jamulus. I'll use Alt+c instead.
Thank-you Volker. Much appreciated!