On Jan 3, 2012, at 4:20 PM, Allan Odgaard wrote:
On 01/01/2012, at 00.11, Gerd Knops wrote:
[…] How can I scope it so it only intercepts certain mouse clicks (eg with modifier combination, or double-clicks etc)?
You can use the dyn.modifier.* constants in the scope selector mentioned in a previous post (this thread).
Presently no way to distinguish between single/double-click.
Very cool! I have an experimental version of the CTags bundle that upon CMD-click jumps to wherever the term under the mouse is defined. That is an amazing time saver. I'll put it on github when I had a chance to test it a bit more.
Gerd