Page MenuHomePhabricator (Chris)

No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None
diff --git a/README.md b/README.md
index 6597ec5..9e110a5 100644
--- a/README.md
+++ b/README.md
@@ -1,26 +1,29 @@
## UGlobalHotkey
### Decription
UGlobalHotkey is an extension for Qt framework, which implements global hotkeys functionality for Windows Linux and MacOSX 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.
+It is written by [bakwc](https://github.com/bakwc), extracted from [Pastexen](https://github.com/bakwc/Pastexen) and turned into a shared library by [falceeffect](https://github.com/falceeffect).
+
+### Modifications in this fork:
+Mostly code style changes, better Windows support and whatever else I might need for [Lightscreen](http://github.com/ckaiser/Lightscreen).
### 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)
+hotkeyManager->registerHotkey("Ctrl+Shift+F12");
+connect(hotkeyManager, &UGlobalHotkeys::activated, [=](size_t id)
{
qDebug() << "Activated: " << QString::number(id);
});
```
### License
-UGlobalHotkey library is licensed as Public Domain, so you are free to do anything with it.
\ No newline at end of file
+UGlobalHotkey library is licensed as Public Domain, so you are free to do anything with it.

File Metadata

Mime Type
text/x-diff
Expires
Sat, Feb 7, 3:51 PM (11 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
56002
Default Alt Text
(1 KB)

Event Timeline