mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Add a "second click" key type which is fired for the second click of a
double click, even if the timer hasn't expired to confirm it isn't actually a triple click. Provides a way for people who don't care about triple clicks or can make their commands have no side effects to avoid the double click timer delay.
This commit is contained in:
9
tmux.1
9
tmux.1
@ -3982,10 +3982,19 @@ The following mouse events are available:
|
||||
.It Li "MouseDown1" Ta "MouseUp1" Ta "MouseDrag1" Ta "MouseDragEnd1"
|
||||
.It Li "MouseDown2" Ta "MouseUp2" Ta "MouseDrag2" Ta "MouseDragEnd2"
|
||||
.It Li "MouseDown3" Ta "MouseUp3" Ta "MouseDrag3" Ta "MouseDragEnd3"
|
||||
.It Li "SecondClick1" Ta "SecondClick2" Ta "SecondClick3"
|
||||
.It Li "DoubleClick1" Ta "DoubleClick2" Ta "DoubleClick3"
|
||||
.It Li "TripleClick1" Ta "TripleClick2" Ta "TripleClick3"
|
||||
.El
|
||||
.Pp
|
||||
The
|
||||
.Ql SecondClick
|
||||
events are fired for the second click of a double click, even if there may be a
|
||||
third click which will fire
|
||||
.Ql TripleClick
|
||||
instead of
|
||||
.Ql DoubleClick .
|
||||
.Pp
|
||||
Each should be suffixed with a location, for example
|
||||
.Ql MouseDown1Status .
|
||||
.Pp
|
||||
|
Reference in New Issue
Block a user