This file contains hidden or 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
| #!/bin/bash | |
| # script to enable global hotkeys in livesplit running with wine/proton similar to how they function on windows | |
| # set any hotkeys that this script uses to "None" in livesplit settings | |
| # must enable livesplit tcp server: | |
| # Control > Start TCP Server | |
| # or | |
| # Settings > LiveSplit Server > Startup Behavior: > Start TCP Server |