From b82d247368fd35dde641a8c695053551d3642b25 Mon Sep 17 00:00:00 2001 From: zsccat Date: Fri, 5 Jun 2020 01:53:28 +0000 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20'source-code/data/plugins'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Allow to custom key combinations and assign it to a key button. --- source-code/data/plugins/genericusbinput.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source-code/data/plugins/genericusbinput.ini b/source-code/data/plugins/genericusbinput.ini index 2062a67..e58a7b4 100644 --- a/source-code/data/plugins/genericusbinput.ini +++ b/source-code/data/plugins/genericusbinput.ini @@ -4,3 +4,7 @@ VID = 046D PID = C216 + +[customkeymapping] + +GU_BUTTON8 = GU_BUTTON1 + GU_BUTTON2 + GU_BUTTON3 + GU_BUTTON4