Skip to content

Snailware/hotkey_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hotkey Manager

an easy to use hotkey generator written in python

Quick Start Guide

  1. using git, clone this repo to your machine by running this command in your terminal:
git clone https://github.com/Snailware/hotkey_manager.git
  1. create a virtual environment to be used by running this command in your terminal:
python -m venv .env
  1. navigate to the hotkey_manager directory and activate the virtual environment by running this command in your terminal:
cd hotkey_manager
source .env/bin/activate
  1. download and install the required modules by running this command in your terminal:
pip install -r requirements.txt
  1. edit the hotkeys.json file to contain your desired hotkeys. the file provided currently only has basic media controls, but it should be enough to explain what goes where.

  2. now run the main.py script (or automate its execution if desired). you may need to modify this scripts permissions to allow execution.

Resources

  • a list of valid keys can be found here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages