Diffusion KWin 7dfe4085065f

Pass Qt::Key to GlobalShortcutsManager::processKey

Authored by graesslin on Sep 15 2016, 7:02 AM.

Description

Pass Qt::Key to GlobalShortcutsManager::processKey

So far this method translated the keysym to Qt::Key. This is no longer
needed as the only method which invokes processKey has access to the
translated key. Thus saving one translation for every key press.

Reviewed-By: bshah

Details

Committed
graesslinSep 15 2016, 7:02 AM
Parents
R108:8fdcc24b058f: Better handling for forwarding key events to Wayland Server
Branches
Unknown
Tags
Unknown