From 2c93975c77b8c20f76766073739f7fe7fc76765c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Wed, 15 May 2019 23:41:42 +0200 Subject: [PATCH] Rename {left,right}-addon to {left,right}-module --- .../uhk-web/src/modules/key-cluster-staggered-left/module.json | 2 +- .../uhk-web/src/modules/touchpad-staggered-right/module.json | 2 +- .../uhk-web/src/modules/trackball-staggered-right/module.json | 2 +- .../uhk-web/src/modules/trackpoint-staggered-right/module.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/uhk-web/src/modules/key-cluster-staggered-left/module.json b/packages/uhk-web/src/modules/key-cluster-staggered-left/module.json index d09dd5a8..d83c4c69 100644 --- a/packages/uhk-web/src/modules/key-cluster-staggered-left/module.json +++ b/packages/uhk-web/src/modules/key-cluster-staggered-left/module.json @@ -2,7 +2,7 @@ "moduleId": 2, "name": "key-cluster-staggered-left", "description": "Left key cluster", - "slot": "left-addon", + "slot": "left-module", "keyCount": 5, "pointerCount": 1 } diff --git a/packages/uhk-web/src/modules/touchpad-staggered-right/module.json b/packages/uhk-web/src/modules/touchpad-staggered-right/module.json index a1c007dc..73778288 100644 --- a/packages/uhk-web/src/modules/touchpad-staggered-right/module.json +++ b/packages/uhk-web/src/modules/touchpad-staggered-right/module.json @@ -2,7 +2,7 @@ "moduleId": 5, "name": "touchpad-stagered-right", "description": "Right touchpad", - "slot": "right-addon", + "slot": "right-module", "keyCount": 1, "pointerCount": 1 } diff --git a/packages/uhk-web/src/modules/trackball-staggered-right/module.json b/packages/uhk-web/src/modules/trackball-staggered-right/module.json index 6d6cf696..fe67cff7 100644 --- a/packages/uhk-web/src/modules/trackball-staggered-right/module.json +++ b/packages/uhk-web/src/modules/trackball-staggered-right/module.json @@ -2,7 +2,7 @@ "moduleId": 3, "name": "trackball-staggered-right", "description": "Right trackball", - "slot": "right-addon", + "slot": "right-module", "keyCount": 2, "pointerCount": 1 } diff --git a/packages/uhk-web/src/modules/trackpoint-staggered-right/module.json b/packages/uhk-web/src/modules/trackpoint-staggered-right/module.json index 9dbdf349..8df2eba8 100644 --- a/packages/uhk-web/src/modules/trackpoint-staggered-right/module.json +++ b/packages/uhk-web/src/modules/trackpoint-staggered-right/module.json @@ -2,7 +2,7 @@ "moduleId": 4, "name": "trackpoint-staggered-right", "description": "Right trackpoint", - "slot": "right-addon", + "slot": "right-module", "keyCount": 3, "pointerCount": 1 }