mirror of
https://github.com/workinghard/jslisten.git
synced 2025-12-13 19:02:09 +00:00
Multiple key combinations
This commit is contained in:
19
README.md
19
README.md
@@ -6,6 +6,7 @@
|
||||
3. [Installation](#installation)
|
||||
4. [Configuration](#configuration)
|
||||
5. [Known limitations](#known-limitations)
|
||||
6. [Multiple key combinations](#multiple-key-combinations)
|
||||
|
||||
## Overview
|
||||
|
||||
@@ -63,3 +64,21 @@ button4=
|
||||
unified unput support, my workaround is to revoke the kodi group rights to the input devices. :(
|
||||
* If you experience any issues, feel free to use '--debug' option
|
||||
|
||||
## Multiple key combinations
|
||||
You can have different key sets to run different programs:
|
||||
```
|
||||
[Generic]
|
||||
program="/opt/bin/modeSwitcher.sh"
|
||||
button1=10
|
||||
button2=11
|
||||
button3=0
|
||||
button4=
|
||||
|
||||
[Fun]
|
||||
program="/opt/bin/haveFun.sh"
|
||||
button1=0
|
||||
button2=3
|
||||
button3=
|
||||
button4=
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user