keyboard icon indicating copy to clipboard operation
keyboard copied to clipboard

Can hotKey support double-clicking key like 'ctrl+ctrl'?

Open dcming opened this issue 8 months ago • 0 comments

I would like to be able to trigger a function by double-clicking the Ctrl or Alt keys, similar to the Listary software. This would be more convenient to use. I'm wondering if the hotKey function can support this: keyboard.add_hotkey('ctrl+ctrl', print, args=('triggered', 'hotkey'), suppress=True)

dcming avatar Jun 21 '24 07:06 dcming