keyboard
keyboard copied to clipboard
Can hotKey support double-clicking key like 'ctrl+ctrl'?
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)