-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
57 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,38 @@ | ||
**Gestures** | ||
![Hey! Gestures](images/g-key-32.png) **Gestures** | ||
--- | ||
An application for people who just loved to type. | ||
|
||
Feature(s) | ||
--- | ||
* Abbreviate commonly typed phrases such as passwords, emails, numbers, etc. | ||
* Open favorite websites by a simple key press on the keyboard | ||
|
||
Usage | ||
--- | ||
***Adding a gesture*** | ||
1. Press the Add button | ||
2. Enter the gesture and its equivalent meaning, then hit OK | ||
3. Type the gesture + `space` and the meaning will be type written | ||
|
||
***Updating a gesture*** | ||
|
||
There are two ways to update a gesture via double-clicking the cell or using the `Update` button: | ||
|
||
_Via double-click_ | ||
1. Double-click the cell you want to update either gesture or meaning. | ||
2. Press `Enter` to accept your amendments | ||
|
||
_Via `Update` button_ | ||
1. Press the `Update` button | ||
2. Type the gesture and its new meaning, then hit OK | ||
|
||
Note: The `Update` button will only update the meaning of the gesture. If you want to update the gesture, use the first method. | ||
|
||
***Removing a gesture*** | ||
1. Click on the row you want to remove | ||
2. Press the `Remove` button and it will be remove instantly | ||
|
||
Credits | ||
--- | ||
* Arnaud Nelissen aka [Chromatix](http://www.iconarchive.com/artist/chromatix.html) for the beautiful icon use by Gestures | ||
* [keyboard](https://github.com/boppreh/keyboard) the core library which inspired me to create Gestures |