Multiple key combinations

This commit is contained in:
workinghard
2017-02-18 17:09:22 -08:00
committed by GitHub
parent 5cea2c3a1d
commit 33013bd3f1

View File

@@ -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=
```