Skip to content
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 #304

Open
maxymedia opened this issue Sep 8, 2020 · 7 comments
Open

Hotkeys #304

maxymedia opened this issue Sep 8, 2020 · 7 comments
Assignees
Labels
enhancement New feature or request

Comments

@maxymedia
Copy link

Firstly thanks for your work- we're testing on a show tonight and this is hopefully going to be a much better solution than what we've been using previously.

Not sure if been asked but the ability to have/ assign hotkeys. We're using a remote controller

@steveseguin steveseguin added enhancement New feature or request question Further information is requested labels Sep 9, 2020
@steveseguin
Copy link
Owner

steveseguin commented Sep 9, 2020

Which hotkeys were you thinking about?

There are some hotkeys added already:

CTRL + m = Mute
Command + Alt + m = Mute

CTRL + b = Video Mute
Command + m = Video Mute

I removed "hangup" as a hotkey due to user feedback.

There is also an IFRAME API, where you can issue your own commands via your own wrapper or API system.

Please see the code here for reference to what's available:
https://obs.ninja/iframe

Video guides on using MIDI to support global hotkeys:
https://www.youtube.com/watch?v=uidN3bLLiVk
https://www.youtube.com/watch?v=mdAzAZo65Mc

Also, the electron capture app has a build that supports CTRL+M globally

Let me know what you need; thanks!
-steve

@maxymedia
Copy link
Author

Thanks for the quick reply. I'm not too technically savvy on API's and that sort of thing but will have a play.
RE: Hotkeys
Not sure if possible but from a Director POV the ability to assign a button/ hotkey to each guest in the chat as to then quickly switch to as the main speaker.

@steveseguin
Copy link
Owner

Sounds good. I'll see about adding it.

@steveseguin steveseguin removed the question Further information is requested label Sep 9, 2020
@steveseguin steveseguin self-assigned this Oct 5, 2020
@TrainDan
Copy link

To add to @maxymedia's point - a hotkey to toggle the Director PTT function would be perfect

@steveseguin
Copy link
Owner

https://obs.ninja/beta/

Give beta a go. The Hotkey to mute once enable is set to be CTRL+M or command+m on macOS.

I'm open to feedback or suggestions.

@steveseguin
Copy link
Owner

beta has support for hotkeys now controllable via MIDI input; I've validated as working with Elgato's stream deck. Note "C4" will toggle the mic mute, for example.

This tool I found also lets you do global hotkeys via a chrome extension. Not sure if something like this would have value, but I could customize it to be specific to OBS.Ninja if interested
https://chrome.google.com/webstore/detail/global-shortcuts/kjhmmnijldkmjogeoieliiajochaifcn

@steveseguin
Copy link
Owner

added 'global' hotkey support via the Electron Capture app as well now.

Only one hotkey is added so far, Toggle Mute, but it's a start.

a windows-binary is available for testing here: https://github.com/steveseguin/electroncapture/releases/tag/1.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants