Skip to content

Commit

Permalink
add keyboard shortcuts to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
trazyn committed Aug 27, 2017
1 parent 0d497b0 commit e1ea4b1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ API from [https://web.wechat.com/](https://web.wechat.com/)
- On macOS, window vibrancy effect
- Block message recall(Default settings is not block)
- Desktop notifications
- Keyboard shortcuts supported
- Send image by paste
![preview](https://raw.githubusercontent.com/trazyn/weweChat/master/screenshots/pasteconfirmation.png)
- Drag to send file
Expand Down Expand Up @@ -47,6 +48,17 @@ $ npm run package-mac
```
After that, you will see the binary in `./release` folder

## Keyboard shortcuts

Description | Keys
-----------------------| -----------------------
New conversation | <kbd>Cmd</kbd> <kbd>N</kbd>
Search conversations | <kbd>Cmd</kbd> <kbd>F</kbd>
Hide conversation | <kbd>Shift</kbd> <kbd>Cmd</kbd> <kbd>M</kbd>
Next conversation | <kbd>Cmd</kbd> <kbd>J</kbd>
Previous conversation | <kbd>Cmd</kbd> <kbd>K</kbd>
Preferences | <kbd>Cmd</kbd> <kbd>,</kbd>

### TODO
- [x] Windows support
- [x] Linux support
Expand Down

0 comments on commit e1ea4b1

Please sign in to comment.