John Hartman
Member
Hotkeys using Control and Alt don't work reliably for scene selection. They do seem to work reliably when a script uses them
I am seeing this on two different computers, and multiple scene collections. Both are OBS 27.0.1
I have hotkeys set to work only when OBS has the focus.
The attached ZIP has a simple 4-scene collection, HotMess.json, and an annotated log file. The scene collection has
- "Scene-1", showable by hotkeys 1, Numeric pad 1, or F3
- "Scene-2", showable by hotkeys 2, Numeric pad 2, or F4
- "Scene Ctrl-1", showable by hotkeys Ctrl-1, Ctrl-Numeric pad 1, or Ctrl-F3
- "Scene Ctrl-2", showable by hotkeys Ctrl-2, Ctrl-Numeric pad 2, or Ctrl-F4
Numbers and function keys alone switch scenes as expected.
Ctrl-and-key selects first one scene, and then immediately selects the other. Sometimes the "plain" one is shown first, and then the desired "Ctrl" scene,
so it looks OK (except that you sometimes see a flash from the "plain" one)
Sometimes the "Ctrl" scene is shown first, and then the "plain" one.
You can sometimes see the text from the other scene flash briefly.The log file shows both, a few msec apart. I have annotated the log file with the key that I pressed.
Exiting OBS and starting it again sometimes flips operation from Ctrl-first to plain-first.
I tried editing the .json to add
"control": false,
to the "plain" hotkeys, but it has no effect.
I am seeing this on two different computers, and multiple scene collections. Both are OBS 27.0.1
I have hotkeys set to work only when OBS has the focus.
The attached ZIP has a simple 4-scene collection, HotMess.json, and an annotated log file. The scene collection has
- "Scene-1", showable by hotkeys 1, Numeric pad 1, or F3
- "Scene-2", showable by hotkeys 2, Numeric pad 2, or F4
- "Scene Ctrl-1", showable by hotkeys Ctrl-1, Ctrl-Numeric pad 1, or Ctrl-F3
- "Scene Ctrl-2", showable by hotkeys Ctrl-2, Ctrl-Numeric pad 2, or Ctrl-F4
Numbers and function keys alone switch scenes as expected.
Ctrl-and-key selects first one scene, and then immediately selects the other. Sometimes the "plain" one is shown first, and then the desired "Ctrl" scene,
so it looks OK (except that you sometimes see a flash from the "plain" one)
Sometimes the "Ctrl" scene is shown first, and then the "plain" one.
You can sometimes see the text from the other scene flash briefly.The log file shows both, a few msec apart. I have annotated the log file with the key that I pressed.
Exiting OBS and starting it again sometimes flips operation from Ctrl-first to plain-first.
I tried editing the .json to add
"control": false,
to the "plain" hotkeys, but it has no effect.