-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
# OBS-Scene-Switcher | ||
This is an AutoHotKey script that sends a certain keystroke to a window with "OBS" in it's title if a keyboard key (excluding modifier keys) or mouse button is pressed or if the mouse moves. It sends a different keystroke if a controller button is pressed or if the analog sticks are moved. | ||
|
||
The actual keysrokes that are sent can be modified, to do so change the key **_after_** `{Blind}` in the `OnGamepadUsed()` and `OnKeyPressed()` functions that are towards the end of the script. | ||
The actual keysrokes that are sent can be changed, to do so change the variables at the top of the script, `keybdkey` and `controllerkey`. | ||
|
||
Kill-Switch: Shift+F4 will terminate the script. | ||
|
||
\*This script does not work with Streamlabs OBS.* | ||
|
||
Original idea for this was by ShikenNuggets |