-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
More shortcut keys, in particular for recording #2705
Comments
The current recording functionality (UI) resides in a dialog which also configures how and where to save the recordings. How would you expect those to be handled if you just press a button to record? It seems our dialog already keeps the settings. So I guess apart from the settings not being immediately visible, it makes sense to use them. It may also make sense to move them to the settings dialog, as it is no longer necessary to open the dialog and hit start. |
Additional data for the shortcut could define the path to save to. Or we could use the value already set in the recording dialog. |
The record dialog always seemed like an afterthought to me. I'm sure whoever added it had their reasons to do it the way it is, but I can't see it. How this would be implemented is up to the pro's. ui/program design is not something I'm well versed in. As long as none of the settings (path, output format, multi channel) are lost then I'm a happy camper. |
Discussed this on IRC, and we have a design we can move forward with:
Basically:
Unfortunately, we need to refactor VoiceRecorder a bit to be able to move start/stop to a shortcut. |
If anyone feels like implementing this, go ahead. I think the design above is sensible. Otherwise, I'll get to it sometime. |
Hi Guys, Did anything ever progress with this? Thanks |
Not really. There was #6260 that added a shortcut to open the recording dialog. Not quite what is asked for in this issue, but maybe still an improvement? |
Looking at #6260, it doesn't quite hit what was wanted from the original post. |
I was looking for a shortcut key to start/stop recording in Mumble but couldn't find any. I then proceeded to check the latest 1.3 version and saw that it wasn't implemented there either. Did a quick check on here and couldn't find an issue open for this already.
Use case:
Me and a couple of friends use mumble for our game play recording, as it is now we have to tab out of the game, hit record, tab back in game, then later sync it up with the video capture software. I think it would be a decent enhancement if this could be done with a hotkey, we could map it to the same key as the video capture software, thus getting rid of several in between steps like syncing afterwards and tabbing out. Some games do not like to be tabbed.
The text was updated successfully, but these errors were encountered: