[openbox] Right mouse press delay

Alexey Korop akorop at gmail.com
Sun Mar 20 12:37:39 EDT 2016


Hi, All.

I make the settings following in the rc.xml, mouse section:

    <context name="Maximize">
      <mousebind action="Press" button="Left">
        <action name="ToggleMaximizeVert"/>
      </mousebind>
      <mousebind action="Press" button="Middle">
        <action name="ToggleMaximizeFull"/>
      </mousebind>
      <mousebind action="Press" button="Right">
        <action name="ToggleMaximizeHorz"/>
      </mousebind>
    </context>

Left and middle buttons works as expected: the action is taken
immediately by pressing a button. But if I press (and hold) the right
button, the action is performed after the 1 second delay or after button
is released.

Is this a bug or a feature?
Is configurable this strange delay?
If it is hardcoded, what is its purpose and why just the right button?

-- 
Yours truly Alexey


More information about the openbox mailing list