starts searching when being invoked with Alt-Ctrl-C
Brought to you by:
rickyrockrat
I invoke parcellite via <alt><ctrl>C. If I activate "search as you type", often I press it so that I first (we are talking microseconds) release <alt><ctrl> and then C. This leads to an immediate search for C and an entry at the middle of my history is focused - but that is not what I wanted. I wanted just to open parcellite with focus on the top. Would it be possible to somehow wait before one can start searching? Just few hundreds miliseconds would be enough I guess.</ctrl></alt></ctrl></alt>
(Byt the way, is there a way to register on parcellite's website and comment on entries there? It only affers to log in, but I am not registered co I can't do that).
Hmmm. See what you mean. This means I would have to add a state machine to the keyboard handler, that detected that all 3 keys were released.
I correctly ignore the Ctrl and Alt key release...I'll look into it.