Skip to content

thearst3rd/livesplitone-global-hotkeys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Global Hotkeys for LiveSplit One

This is a WIP python script to enable global hotkeys with LiveSplit One. It uses pynput which enables cross-platform reading of global keypresses.

Requirements

If you have python installed, you can install the dependancies with following command:

pip install pynput websockets

Usage

  1. Ensure the requirements above are installed
  2. In ls1-hotkeys.py, edit the hotkeys at the top of the script to use the hotkeys you would like. See the documentation for what keys are available.
  3. Run python ls1-hotkeys.py
  4. In LiveSplit One, click "Connect to Server" and enter ws://localhost:5678
  5. Pressing hotkeys should now trigger events in LiveSplit One!

License

This code is licenced under CC0. Feel free to use it, no attribution required.

https://creativecommons.org/publicdomain/zero/1.0/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages