Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

sensing keyboard shortcuts using python

from pynput import keyboard

# The currently active modifiers
current = set()
Source by nitratine.net #
 
PREVIOUS NEXT
Tagged: #sensing #keyboard #shortcuts #python
ADD COMMENT
Topic
Name
3+2 =