Skip to content

Commit

Permalink
changed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny-Dasilva committed Sep 22, 2019
1 parent 3ee5984 commit 8d835a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@ run
```python


from Py_Keyboard.HID import Keyboard, KeyboardLayoutUS

kbd = Keyboard()
layout = KeyboardLayoutUS(kbd)
from Py_Keyboard.HID import Keyboard

kbd = Keyboard()

kbd.press("CONTROL ALT T")

layout.write('ls\n')
kbd.write('ls\n')





Expand Down
File renamed without changes.

0 comments on commit 8d835a3

Please sign in to comment.