From aede323ae9ae3858fa09e1f4b87b77573c65beb8 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Mon, 16 Jul 2018 21:39:09 +0800 Subject: [PATCH] Show screenshots with table format. --- README.md | 87 ++++++++++++++++++++++++++++++++----------------------- USAGE.md | 29 ------------------- 2 files changed, 50 insertions(+), 66 deletions(-) delete mode 100644 USAGE.md diff --git a/README.md b/README.md index 218f991..dc8dce4 100644 --- a/README.md +++ b/README.md @@ -10,42 +10,29 @@ Using this framework, you can use PyQt develop powerful graphics programs to ext ## Screenshots of EAF -### Browser & Markdown Previewer -

- -

-

- -

- -### Image Viewer & Video Player -

- -

-

- -

- -### PDF Player & Camera -

- -

-

- -

- -### File Transfer & File Uploader -

- -

-

- -

- -### Air Share -

- -

+| Browser | Markdown Previewer | +| :--------: | :----: | +| | | + +| Image Viewer | Video Player | +| :--------: | :----: | +| | | +| | | + +| PDF Viewer | Camera | +| :--------: | :----: | +| | | +| | | + +| File Transfer | File Uploader | +| :--------: | :----: | +| | | +| | | + +| Air Share | +| :--------: | +| | +| | ## Installation @@ -88,7 +75,33 @@ There are mainly three obstacles: 3. Qt5 QGraphicsView/QGraphicsScene can't work MacOS, specify QGraphicsVideoItem can't work. ## Usage -You will got all operations of EAF at [Manual](USAGE.md). +| App | Way to open | Key | Event | +| :-------- | :---- | :-----: | :---- | +| Browser | URL | Left Button | Open link current tab | +| | | Ctrl + Left Button | Open link in new tab | +| Markdown previewer | Markdown file path | | | +| 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' | | | +| File Transfer | Type 'eaf-show-file-qrcode' | | | +| | Or use `dired-show-file-qrcode' in dired mode | | | +| File Uploader | Type 'eaf-upload-file' | | | +| Air Share | Type 'eaf-air-share' | | | ## Report bug If you have any problem with eaf, please use command "emacs -Q" start Emacs first. diff --git a/USAGE.md b/USAGE.md deleted file mode 100644 index dbcfaf5..0000000 --- a/USAGE.md +++ /dev/null @@ -1,29 +0,0 @@ -## Usage - -| App | Way to open | Key | Event | -| :-------- | :---- | :-----: | :---- | -| Browser | URL | Left Button | Open link current tab | -| | | Ctrl + Left Button | Open link in new tab | -| Markdown previewer | Markdown file path | | | -| 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' | | | -| File Transfer | Type 'eaf-show-file-qrcode' | | | -| | Or use `dired-show-file-qrcode' in dired mode | | | -| File Uploader | Type 'eaf-upload-file' | | | -| Air Share | Type 'eaf-air-share' | | |