skim icon indicating copy to clipboard operation
skim copied to clipboard

New binds: mouse double-click and / or "event-accept"

Open Korkman opened this issue 4 years ago • 1 comments

Improvement suggestion:

Currently it see no option to bind mouse double-click or a generic "accept" key to a custom action. Both would be nice to customize output beyond the --print-* arguments.

I imagine usage like this:

Bind mouse button actions just like any other button. And maybe also add secondary mouse button (right-click):

--bind 'mouse-double:execute(echo stuff)+accept'
--bind 'mouse2:toggle-preview'
--bind 'mouse2-double:execute(...)'

Bind accept event, resume normally afterwards: --bind 'event-accept:execute(echo stuff)' Capture accept event, switch to abort (prevent normal output): --bind 'event-accept:execute(echo stuff)+abort' Tell user he's funny, but not in a fun way: --bind 'event-accept:execute(echo stuff)+accept'

Korkman avatar May 03 '20 10:05 Korkman

it would be nice if it is available to copy the select word to clipboard with mouse double-click

bachng2017 avatar Jun 19 '22 11:06 bachng2017