evdevremapkeys
Daemon to remap events on linux input devices
File Explorer
- unittests.yml
- settings.json
- __init__.py
- evdevremapkeys.py
- advanced_config.yaml
- config.yaml
- evdevremapkeys.service
- _helpers.py
- find_input_test.py
- handle_events_test.py
- handle_udev_event_test.py
- load_config_file_test.py
- load_config_test.py
- normalize_config_test.py
- register_device_test.py
- remap_event_test.py
- shutdown_test.py
- .gitignore
- build-binary.sh
- LICENSE
- pyproject.toml
- README.md
- RUNNING.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
pip
View Details ▼
pip
Python package manager.
Some subcommands such as `install` have their own usage documentation.
pip install {{package}}
Install a package (see `pip install` for more install examples):
pip install --user {{package}}
Install a package to the user's directory instead of the system-wide default location:
pip install {{[-U|--upgrade]}} {{package}}
Upgrade a package:
pipx
View Details ▼
pipx
Install and run Python applications in isolated environments.
pipx run {{pycowsay}} {{moo}}
Run an app in a temporary virtual environment:
pipx install {{package}}
Install a package in a virtual environment and add entry points to path:
pipx uninstall {{package}}
Uninstall a package:
