Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Green-Bat authored Mar 16, 2020
1 parent 7ae0f2a commit a628b4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
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

0 comments on commit a628b4f

Please sign in to comment.