You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use WebDeck as sort of a virtual keyboard and stream manager when I'm in a VR game. One use for it would be to tell OBS to save replay buffer to disk.
The default hotkey for saving replays is CTRL+SHIFT+R.
According to the protocol documentation, OBS supports modifier keys. Currently, WebDeck only uses the final key in a space-separated list of key names.
If we had a method for specifying modifiers for hotkeys, I would be able to use WebDeck to save replays without using an unmodified (and likely already-bound) keyboard key.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I remember seeing the obs hotkeys working, I'll check that out, I should make a way to record a hotkey so the syntax doesn't need to be understood by the user.
I could do this with a /record-hotkey endpoint
I use WebDeck as sort of a virtual keyboard and stream manager when I'm in a VR game. One use for it would be to tell OBS to save replay buffer to disk.
The default hotkey for saving replays is CTRL+SHIFT+R.
According to the protocol documentation, OBS supports modifier keys. Currently, WebDeck only uses the final key in a space-separated list of key names.
If we had a method for specifying modifiers for hotkeys, I would be able to use WebDeck to save replays without using an unmodified (and likely already-bound) keyboard key.
Thanks in advance!
The text was updated successfully, but these errors were encountered: