From 33013bd3f18218f9b192f1913539d2abd444bd2e Mon Sep 17 00:00:00 2001 From: workinghard Date: Sat, 18 Feb 2017 17:09:22 -0800 Subject: [PATCH] Multiple key combinations --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 713189b..78a3340 100644 --- a/README.md +++ b/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= +``` +