Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Dec 4, 2023
1 parent a8d2b77 commit f73aad3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
File renamed without changes.
4 changes: 4 additions & 0 deletions examples/hot_keys.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from zero_hid import Keyboard, KeyCodes

with Keyboard() as k:
k.press([KeyCodes.MOD_LEFT_GUI], KeyCodes.KEY_R)
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f73aad3

Please sign in to comment.