mirror of
https://github.com/workinghard/jslisten.git
synced 2025-12-13 19:02:09 +00:00
init
This commit is contained in:
24
README.md
24
README.md
@@ -1,2 +1,24 @@
|
||||
# jslisten
|
||||
listen to gamepad inputs and trigger a command
|
||||
|
||||
## Index
|
||||
1. [Overview](#overview)
|
||||
2. [Requirements](#requirements)
|
||||
3. [Installation](##installation)
|
||||
|
||||
## Overview
|
||||
|
||||
This program listen in the background for gamepad inputs. If a special button combination is getting pressed
|
||||
the provided command line will be invoked.
|
||||
|
||||
It's basically a copy of jstest and udev example implementations.
|
||||
|
||||
##
|
||||
|
||||
Main purpose for this development is a switcher between Kodi and Retropie with the PS3 controller.
|
||||
## Requirements
|
||||
|
||||
If you have many different /dev/inputs, you might adjust this program to search for special one.
|
||||
|
||||
## Installation
|
||||
* Use the precompiled binary in /bin or run "# make" to get the binary
|
||||
* df
|
||||
|
||||
Reference in New Issue
Block a user