Question for JavaScript experts

    Inputs:
    1. There are several select fields where users can select several parameters using the standard combination (Ctrl + left mouse button).
    2. There is a standard combination of Ctrl + middle mouse buttons (slider) with which you can zoom in / out in the browser.
    Situation: The
    user selects the first parameter in select and, when the Ctrl key is pressed, receives the effect of zooming in / out
    . conditions:
    The option with checkboxes is not considered, since there are a lot of parameters in select, and with checkboxes the page will become a “sheet”.

    Question:
    How can I block / intercept the combination Ctrl + slider?

    Also popular now: