From 2db268551c4cde4aa86c104b889073f29e364014 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Wed, 27 Sep 2023 21:22:34 +0100 Subject: [PATCH] adds modify bus assignment binds to configuration section in readme --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4dfba50..815cd1a 100644 --- a/README.md +++ b/README.md @@ -97,15 +97,24 @@ example: "NVDA+shift+alt+upArrow": "slider_increase_by_one", "NVDA+shift+alt+downArrow": "slider_decrease_by_one", "NVDA+shift+control+upArrow": "slider_increase_by_three", - "NVDA+shift+control+downArrow": "slider_decrease_by_three" + "NVDA+shift+control+downArrow": "slider_decrease_by_three", + "NVDA+control+1": "bus_assignment", + "NVDA+control+2": "bus_assignment", + "NVDA+control+3": "bus_assignment", + "NVDA+control+4": "bus_assignment", + "NVDA+control+5": "bus_assignment", + "NVDA+control+6": "bus_assignment", + "NVDA+control+7": "bus_assignment", + "NVDA+control+8": "bus_assignment" } } ``` Would make the following changes: -- load the plugin in `banana` mode (default is potato). -- change the `strip_mode` and `bus_mode` binds to k and l respectively. -- change the `announce_voicemeeter_version` bind to z. +- load the plugin in `banana` mode (default is potato) +- change the `strip_mode` and `bus_mode` binds to `NVDA+alt+k` and `NVDA+alt+l` respectively +- change the `announce_voicemeeter_version` bind to `NVDA+shift+z` +- changes the bus assignment binds to `NVDA+control+number` All other binds would then be defaults.