This repository was archived by the owner on May 8, 2020. It is now read-only.

Description
With Python 3.7 there is an issue with invalid escape characters (see error message below).
from pyppeteer.us_keyboard_layout import keyDefinitions
E File "/Users/xxxxx/.virtualenvs/xxxxxx/lib/python3.7/site-packages/pyppeteer/us_keyboard_layout.py", line 73
E 'Digit9': {'keyCode': 57, 'code': 'Digit9', 'shiftKey': '(', 'key': '9'},
E ^
E SyntaxError: invalid escape sequence (
Current work around is making a raw string.