lp://staging/~lubuntu-dev/lxde/lxqt-globalkeys
- Get this branch:
- bzr branch lp://staging/~lubuntu-dev/lxde/lxqt-globalkeys
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at https://github.com/lxde/lxqt-globalkeys.git.
Last successful import was .
Recent revisions
- 212. By ska67 <email address hidden>
-
Triggering shortcuts with meta keys
The left and right meta keys can trigger shortcuts
at the KeyRelease event. - 211. By ska67 <email address hidden>
-
Register meta keys for shortcuts
Register the single left or right meta key for shortcuts.
Use the symbol name of the X11 system. - 210. By ska67 <email address hidden>
-
Daemon triggers on KeyRelease
The event loop responds to KeyPress and KeyRelease events.
- 208. By Luís Pereira
-
Drop Qt foreach.
Replaced with the ranged-for loop.
Using QT_NO_FOREACH to enforce it.
Qt 5.7.1 required. We use qAsConst(). - 207. By Roman Kapl <email address hidden>
-
Avoid polluting the the x11 shortcut map.
When user presses a key, but this key was not previously registered as a
shortcut, the shortcut map is polluted with "" entry.This could cause an error when the shortcut is not set after clicking OK in the
keybinging editing dialog and you are told that shortcut "" is being used
instead (in the logs).Signed-off-by: Roman Kapl <email address hidden>
- 206. By Luís Pereira
-
Handle CMake CMP0024
CMP0024 OLD behavior will be deprecated.
Also use the LXQT_GLOBALKEYS_LIBRARY_ NAME instead of hardcoding the value. - 204. By ska67 <email address hidden>
-
Fixes wrong radio buttons when changing shortcuts
When the dialog box was displayed, the radio buttons were not
initialized correctly if a client-type action was to be modified.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)