Skip to content

lightwork-speedrunning/livesplit-for-sober

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

livesplit-for-sober

What this does: Enables global hotkeys and fixes key duplication

Forked from live-split-hotkeys and merged pulls for fixes from alexankitty

This is NOT the official repository, and simply a fork. If you have anything relating to the live-split-hotkeys build, refer to the official repository stated earlier.

Installation

Caution

This guide has only been tested with Arch Linux. Do not attempt to run or convert these commands to your distro without sufficient knowledge.

  • Install Rust and Cargo:

    • sudo pacman -S rustup
  • Set to stable toolchain:

    • rustup default stable
  • Clone the repository:

    • git clone https://github.com/lightwork-speedrunning/livesplit-for-sober.git
  • Navigate into the directory:

    • cd live-split-hotkeys
  • Build executable:

    • cargo build --release
  • Building should supply you with an executable file. Simply run your LiveSplit, start a TCP server, then run the initialization command:

    • sudo /path/to/file/live-split-hotkeys -s /path/to/file/LiveSplit/settings.cfg

About

Fork of descawed's live-split-hotkeys

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%