Add shortcut ability to the plugin keyboard icon?

Heyo,

it occurs to me that having the ability to apply a unique key-command shortcut to enable/disable the ‘receive keyboard events for this plugin’ icon/feature would be wonderful in reducing the tediousness of having to click that effing icon every time… :woozy_face: This:

But I suppose I should ask…
-Does a key command already exist for this? Because I couldn’t find one, if so…

This hypothetical shortcut could only work and apply to the current plugin that’s ‘in focus’ (or whatever).

Could this be implemented maybe? Please at least consider. :grin:
Because when mixing, such a thing might be enormously beneficial for cruising around the plugin landscape in the DAW…

Thanks for any comments/suggestions.

:v:
-J

Although you have not always been supported of my ideas, I agree with this suggestion.
So much in fact that I made a request post about this a few days before you made yours :slight_smile:

1 Like

Once you enable forwarding all keyboard events are handled by the plugin, Ardour can no longer not intercept keyboard events (though that is somewhat plugin standard dependent).

1 Like

That’s a shame, this would be useful.

“(though that is somewhat plugin standard dependent)”
So are you saying that LV2 or VST3 format supports this?

Where maybe if the shortcut was added could have a
" (LV2 only)" or " (VST3 only)"
suffix to let user know

I think you missed @x42’s point. A keyboard shortcut to “enable” keyboard event forwarding to the plugin window would be possible, but it could not be used to turn it off (because by definition all keyboard events in that window are supposed to be forwarded to the plugin).

No. There are some edge-cases regarding AudioUnit NSView event handling on macOS.

Also some plugins do pass unhanded events back to the host (usually “space” for play/pause, but this is not under the host’s control).