kwin/tabbox
Martin Gräßlin 080113e04c Introduce a new backtab test handling in TabBox invokation
Our back shortcut is registered as Alt+Shift+Backtab but our converted
Qt key coming into the test method is Alt+Shift+Tab. The logic so far
made this always fire for the normal Alt+Tab shortcut as at some point
the Shift modifier gets removed to do the test.

To handle it properly we first have to extract all the modifiers to just
get the key. If the key is Tab, we replace it with Backtab, combine it
with the extracted mods so it will be Alt+Shift+Backtab which matches
the registered shortcut.

The existing backtab solution can probably be removed and is clearly
wrong as it uses the keys as flags which they aren't.
2013-09-26 09:50:27 +02:00
..
qml Merge branch 'master' into frameworks-scratch 2013-09-24 11:28:38 +02:00
tests
clientmodel.cpp Use mgraesslin@kde.org for my mail address in Copyright and AboutData 2013-03-12 13:17:53 +01:00
clientmodel.h
CMakeLists.txt
declarative.cpp
declarative.h
desktopchain.cpp
desktopchain.h
desktopmodel.cpp
desktopmodel.h
kwindesktopswitcher.desktop SVN_SILENT made messages (.desktop file) 2013-09-21 04:07:24 +00:00
kwinwindowswitcher.desktop
tabbox.cpp Introduce a new backtab test handling in TabBox invokation 2013-09-26 09:50:27 +02:00
tabbox.h
tabboxconfig.cpp
tabboxconfig.h
tabboxhandler.cpp Use Xcb::Atom for resolving the highlight windows atom in TabBox 2013-09-10 15:30:11 +02:00
tabboxhandler.h