Page MenuHomePhabricator (Chris)

No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None
diff --git a/README.md b/README.md
index f1c143c..ba1bbb7 100644
--- a/README.md
+++ b/README.md
@@ -1,23 +1,26 @@
## UGlobalHotkey
### Decription
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), 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
make
```
### Usage example
```
UGlobalHotkeys *hotkeyManager = new UGlobalHotkeys();
hotkeyManager->RegisterHotkey("Ctrl+Shift+F12");
connect(hotkeyManager, &UGlobalHotkeys::Activated, [=](size_t id)
{
qDebug() << "Activated: " << QString::number(id);
});
-```
\ No newline at end of file
+```
+
+### License
+UGlobalHotkey library is licensed as Public Domain, so you are free to do anything with it.
\ No newline at end of file

File Metadata

Mime Type
text/x-diff
Expires
Fri, Jan 30, 3:18 PM (5 d, 9 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
55461
Default Alt Text
(1 KB)

Event Timeline