diff --git a/src/nvda_voicemeeter/popup.py b/src/nvda_voicemeeter/popup.py index a5c2e10..5cb061f 100644 --- a/src/nvda_voicemeeter/popup.py +++ b/src/nvda_voicemeeter/popup.py @@ -193,7 +193,6 @@ class Popup: popup[f"COMPRESSOR||SLIDER {param}"].bind( f"", f"||KEY ALT {direction.upper()} {event_id}" ) - if param == "RELEASE": popup[f"COMPRESSOR||SLIDER {param}"].bind( f"", f"||KEY CTRL ALT {direction.upper()} {event_id}" )