The shortcut to query work is to use Command+Q. However, this will quit the programme instead of query the word. Additionally, I cannot find the “Edit" Tab when I click "Tools" --> "Add-ons". How can I change the shortcut for the "query"?
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
I have modified the code. Can you integrate it?
#笔顺
element = soup.find('div', id='header-img')
if element:
tag = element.find('img', {'class': 'bishun'})
if tag:
result['fanyi'] = tag.get('data-gif')
Wrong behavior
The shortcut to query work is to use Command+Q. However, this will quit the programme instead of query the word. Additionally, I cannot find the “Edit" Tab when I click "Tools" --> "Add-ons". How can I change the shortcut for the "query"?
When it happened
<img width="990" alt="screen shot 2018-10-18 at 5 05 45 pm" src="https://user-images.githubusercontent.com/33351735