Hello,
I’m trying to bind Qt::META + Qt::Key_Tab shortcut in QTabWidget to change current tab (like it works in chrome or many other applications).
I have tried every single solution found in google, but this shortcut combination is not working.
I have tried:
QShortcut
QAction
capturing keys using virtual QWidget::event
capturing keys using virtual QWidget::eventFilter with installEventFilter
all relative like keyPressed and etc..
QWidget::event catches Shift+Tab, Alt+Tab, but not Ctrl(META)+Tab.
Can somebody explain me what is wrong and so special with this particular key combination in QT?
Some information:
OSX Mountain Lion 10.8.5
QT 5.x
I’m newbie to this forum, so please let me know if you need more info.
I appreciate any help.
Thanks in advance!
↧