mirror of
https://github.com/onyx-and-iris/nvda-addon-voicemeeter.git
synced 2026-04-19 01:23:31 +00:00
improve the feedback for some of the binds:
- solo + mc will give error warning if not currently using a Strip controller. - karaoke and mc will give error warning if the Strip controller doesn't have the correct index. - bus assignments will give error warning if not on a Strip controller. mono now toggles for the Strip controller but rotates through modes for the Bus controller.
This commit is contained in:
@@ -26,7 +26,7 @@ def _make_gestures(kind_id):
|
||||
'kb:NVDA+alt+a': 'audibility_mode',
|
||||
'kb:NVDA+shift+q': 'announce_controller',
|
||||
'kb:NVDA+shift+v': 'announce_voicemeeter_version',
|
||||
'kb:NVDA+shift+o': 'toggle_mono',
|
||||
'kb:NVDA+shift+o': 'rotate_mono',
|
||||
'kb:NVDA+shift+s': 'toggle_solo',
|
||||
'kb:NVDA+shift+m': 'toggle_mute',
|
||||
'kb:NVDA+shift+c': 'toggle_mc',
|
||||
|
||||
Reference in New Issue
Block a user