Page Menu
Home
Phabricator (Chris)
Search
Configure Global Search
Log In
Files
F133823
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
744 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..14828a4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,22 @@
+## UGlobalHotkey
+
+### Decription
+UGlobalHotkey is an extension for Qt framework, which implements global hotkeys functionality for Windows and Linux platforms.
+
+### 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
Details
Attached
Mime Type
text/x-diff
Expires
Wed, Jun 17, 9:06 PM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
70596
Default Alt Text
(744 B)
Attached To
Mode
R65 cKaiser's UGlobalHotKey
Attached
Detach File
Event Timeline