Page MenuHomePhabricator (Chris)

No OneTemporary

Authored By
Unknown
Size
888 B
Referenced Files
None
Subscribers
None
diff --git a/README.md b/README.md
index 14828a4..019adc6 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,23 @@
## 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) and extracted from [Pastexen](https://github.com/bakwc/Pastexen) and turned into 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

File Metadata

Mime Type
text/x-diff
Expires
Tue, Jun 16, 12:24 AM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
70836
Default Alt Text
(888 B)

Event Timeline