mirror of
https://github.com/onyx-and-iris/nvda-addon-voicemeeter.git
synced 2024-11-15 15:00:47 +00:00
adds modify bus assignment binds
to configuration section in readme
This commit is contained in:
parent
0be7919f12
commit
2db268551c
17
README.md
17
README.md
@ -97,15 +97,24 @@ example:
|
|||||||
"NVDA+shift+alt+upArrow": "slider_increase_by_one",
|
"NVDA+shift+alt+upArrow": "slider_increase_by_one",
|
||||||
"NVDA+shift+alt+downArrow": "slider_decrease_by_one",
|
"NVDA+shift+alt+downArrow": "slider_decrease_by_one",
|
||||||
"NVDA+shift+control+upArrow": "slider_increase_by_three",
|
"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:
|
Would make the following changes:
|
||||||
|
|
||||||
- load the plugin in `banana` mode (default is potato).
|
- load the plugin in `banana` mode (default is potato)
|
||||||
- change the `strip_mode` and `bus_mode` binds to k and l respectively.
|
- change the `strip_mode` and `bus_mode` binds to `NVDA+alt+k` and `NVDA+alt+l` respectively
|
||||||
- change the `announce_voicemeeter_version` bind to z.
|
- 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.
|
All other binds would then be defaults.
|
||||||
|
Loading…
Reference in New Issue
Block a user