Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initialize and small delay added #487

Merged
merged 2 commits into from
Sep 17, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
initialize and small delay added
  • Loading branch information
arainflake committed Sep 17, 2021
commit 69ba6f34bc4bc9922a31ca06ea895c8dd497aa02
2 changes: 2 additions & 0 deletions keyboard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ def wait(self):
from. import _winkeyboard as _os_keyboard
elif _platform.system() == 'Linux':
from. import _nixkeyboard as _os_keyboard
_os_keyboard.ini()
_time.sleep(0.1)
elif _platform.system() == 'Darwin':
from. import _darwinkeyboard as _os_keyboard
else:
Expand Down