Right mouse press delay

Alexey Korop <[email protected]> Sun, 20 Mar 2016 18:37:39 +0200
Newsgroups gmane.comp.window-managers.openbox
Message-ID <[email protected]>
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
_______________________________________________
openbox mailing list
[email protected]
http://icculus.org/mailman/listinfo/openbox