Skip to content

fathomssen/qxtglobalshortcut5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qxt qxtglobalshortcut qt5


Qxt qxtglobalshortcut library qt5 compatibility Tested with qt5.4 on OSX 10.9.2, linux, windows (mingw and msvc)

usage:

git clone https://github.com/ddqd/qxtglobalshortcut5.git

add in ur .pro file:

include(qxtglobalshortcut5/qxt.pri)

example code:

#include <QDebug>
#include "qxtglobalshortcut.h"
...

QxtGlobalShortcut *shortcut = new QxtGlobalShortcut(this);
shortcut->setShortcut(QKeySequence("Shift+1"));
connect(shortcut, &QxtGlobalShortcut::activated,
    [=]() {qDebug() << "shortcut activated";});

About

qxtglobalshortcut library qt5 compatibility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 98.8%
  • QMake 1.2%