UGlobalHotkey is an extension for Qt framework, which implements global hotkeys functionality for Windows and Linux platforms.
-It is written by [bakwc](https://github.com/bakwc) and extracted from [Pastexen](https://github.com/bakwc/Pastexen) and turned into shared library by me.
+It is written by [bakwc](https://github.com/bakwc), extracted from [Pastexen](https://github.com/bakwc/Pastexen) and turned into a shared library by me.
### Building from source
* You can either open project with QtCreator and press Build button
* Or build it using terminal:
```
-qmake
+qmake
make
```
### Usage example
```
UGlobalHotkeys *hotkeyManager = new UGlobalHotkeys();