README.md in fusuma-plugin-sendkey-0.2.1 vs README.md in fusuma-plugin-sendkey-0.3.0
- old
+ new
@@ -1,42 +1,43 @@
# Fusuma::Plugin::Sendkey [![Gem Version](https://badge.fury.io/rb/fusuma-plugin-sendkey.svg)](https://badge.fury.io/rb/fusuma-plugin-sendkey) [![Build Status](https://travis-ci.com/iberianpig/fusuma-plugin-sendkey.svg?branch=master)](https://travis-ci.com/iberianpig/fusuma-plugin-sendkey)
[Fusuma](https://github.com/iberianpig/fusuma) plugin that sending virtual keyboard events
-* Emulate keyboard events with evemu-event
+* Send keyboard events with writing event /dev/input/eventN
* This plugin is wayland compatible and alternative to xdotool
## Installation
Run the following code in your terminal.
### Install dependencies
```sh
-$ sudo apt-get install evemu-tools libevdev-dev ruby-ffi
+$ sudo apt-get install libevdev-dev ruby-ffi
```
### Install fusuma-plugin-sendkey
```sh
$ sudo gem install fusuma-plugin-sendkey
```
-## List avaiable keys
+## List available keys
```sh
$ fusuma-sendkey -l
```
## Run fusuma-sendkey on Terminal
-* `fusuma-sendkey` can emulate keyboard inputs as a command
+* `fusuma-sendkey` command is available on your terminal
+* `fusuma-sendkey` can send multiple key events
* Combine keys for pressing the same time with `+`
```sh
-$ fusuma-sendkey LEFTCTRL+T
+$ fusuma-sendkey LEFTCTRL+T # press ctrl key + t key
```
## Add sendkey properties to config.yml