Skip to content

Commit

Permalink
Merge pull request #95 from lesmana/patch-1
Browse files Browse the repository at this point in the history
add missing pyautogui to keyDown and keyUp in cheatsheet
  • Loading branch information
asweigart committed Aug 26, 2016
2 parents d564fe5 + 868e392 commit 42d82ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cheatsheet.rst
Expand Up @@ -90,8 +90,8 @@ Keyboard hotkeys like Ctrl-S or Ctrl-Shift-1 can be done by passing a list of ke

Individual button down and up events can be called separately:

>>> keyDown(key_name)
>>> keyUp(key_name)
>>> pyautogui.keyDown(key_name)
>>> pyautogui.keyUp(key_name)


Message Box Functions
Expand Down

0 comments on commit 42d82ec

Please sign in to comment.