You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: