From 1be69ca30bd451b89e5f832b1507e4db18eb3874 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Wed, 4 Jul 2018 00:13:46 +0800 Subject: [PATCH] Adjust usage table. --- README.md | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index d116287..e8ff3bc 100644 --- a/README.md +++ b/README.md @@ -40,28 +40,28 @@ sudo pip install PyMuPDF ``` M-x eaf-open ``` -| App | Key | Event | Way to open | -| -------- | :-----: | :---- | :---- | -| Browser | Left Button | Open link current tab | URL | -| | Ctrl + Left Button | Open link in new tab | | -| Image Viewer | j | Load next image in current directory | Image file path | -| | k | Load previous image in current directory | | -| Video Player | Space | Play or Pause | Video file path | -| | h | Seek backward | | -| | l | Seek forward | | -| Pdf Viewer | j | Scroll up | Pdf file path | -| | k | Scroll down | | -| | Space | Scroll up page | | -| | b | Scroll down page | | -| | , | Scroll to end | | -| | . | Scroll to home | | -| | t | Switch scale mode | | -| | - | Zoom out | | -| | = | Zoom in | | -| | 0 | Zoomn reset | | -| | g | Goto page | | -| Camera | | | Type 'eaf-camera' | -| Demo | | | Type 'eaf-demo' | +| App | Way to open | Key | Event | +| -------- | :---- | :-----: | :---- | +| Browser | URL | Left Button | Open link current tab | +| | | Ctrl + Left Button | Open link in new tab | +| Image Viewer | Image file path | j | Load next image in current directory | +| | | k | Load previous image in current directory | +| Video Player | Video file path | Space | Play or Pause | +| | | h | Seek backward | +| | | l | Seek forward | +| Pdf Viewer | Pdf file path | j | Scroll up | +| | | k | Scroll down | +| | | Space | Scroll up page | +| | | b | Scroll down page | +| | | , | Scroll to end | +| | | . | Scroll to home | +| | | t | Switch scale mode | +| | | - | Zoom out | +| | | = | Zoom in | +| | | 0 | Zoomn reset | +| | | g | Goto page | +| Camera | Type 'eaf-camera' | | | +| Demo | Type 'eaf-demo' | | | ### Why this awesome framework can't works with MacOS? There are mainly three obstacles: