mirror of
https://github.com/onyx-and-iris/nvda-addon-voicemeeter.git
synced 2026-04-20 01:53:31 +00:00
Compare commits
4 Commits
v.0.6
...
1b5cfacf4f
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b5cfacf4f | |||
|
|
30c2608e6c | ||
| b988879c86 | |||
| 8a79005d6f |
2
.github/workflows/build_addon.yml
vendored
2
.github/workflows/build_addon.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: download releases files
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4.1.7
|
||||
- name: Display structure of downloaded files
|
||||
run: ls -R
|
||||
|
||||
|
||||
13
README.md
13
README.md
@@ -1,6 +1,14 @@
|
||||
[](https://github.com/psf/black)
|
||||
[](https://pycqa.github.io/isort/)
|
||||
[](https://github.com/astral-sh/ruff)
|
||||
|
||||
# NVDA Addon Voicemeeter
|
||||
|
||||
Control Voicemeeter with global hotkeys.
|
||||
Control [Voicemeeter][voicemeeter] with global hotkeys.
|
||||
|
||||
## Requirements
|
||||
|
||||
- [NVDA screen reader][nvda]
|
||||
|
||||
## Install
|
||||
|
||||
@@ -118,3 +126,6 @@ Would make the following changes:
|
||||
- changes the bus assignment binds to `NVDA+control+number`
|
||||
|
||||
All other binds would then be defaults.
|
||||
|
||||
[voicemeeter]: https://voicemeeter.com/
|
||||
[nvda]: https://www.nvaccess.org/
|
||||
|
||||
Reference in New Issue
Block a user