From 83d3cc2bf859b325eb9fdd4f498b260bec84dd7a Mon Sep 17 00:00:00 2001 From: Ettore Atalan Date: Sun, 28 Aug 2022 11:00:41 +0200 Subject: [PATCH] Fix typos and grammar --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ddc014d..d79d92a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This project is aim to providing a common resolusion for translate an "unclear" There are some similar projects, such as [**libinput-gesetures**](https://github.com/bulletmark/libinput-gestures) and [**touchegg**](http://code.google.com/p/touchegg), having a good performance about improving user interaction of touching. -However, the exsited projects are almost platform related, they might work well on X11, but not well on Wayland. So, I reference their idea and reimplement a new project, which we are talking about. +However, the existed projects are almost platform related, they might work well on X11, but not well on Wayland. So, I reference their idea and reimplement a new project, which we are talking about. ## How it works @@ -21,7 +21,7 @@ As I said, this project is aim to providing a common resolution, that means no w ## Usage -I provide a graphics interface for configure the shortcut of different touch gestures. However it must have permission for modification, because the project must run in system wide. Note that the shortcut must be supported in existed system, make sure you have learn about the shortcuts in your computer, or learn about how to config them to fit into the translator. For example, map four finger swipe gesture to 'Alt+Tab' or 'Shift+Alt+Tab' for switching window. +I provide a graphics interface for configure the shortcut of different touch gestures. However, it must have permission for modification, because the project must run system wide. Note that the shortcut must be supported in existed system, make sure you have learn about the shortcuts in your computer, or learn about how to config them to fit into the translator. For example, map four finger swipe gesture to 'Alt+Tab' or 'Shift+Alt+Tab' for switching window. # Hacking @@ -49,4 +49,4 @@ On Ubuntu is add PPA (focal only). or -> sudo apt install libinput-touch-translator \ No newline at end of file +> sudo apt install libinput-touch-translator