Age | Commit message (Collapse) | Author |
|
|
|
Adjust usages.
|
|
Requested-by: @miniskipper and many others
|
|
- Register an event filter once and keep it there. The refcount goes out
of whack. Will further investigate.
- Use an iterator over all shortcuts registered for given key
combination
- Lessen logspam
Keyboard shortcut support on Linux looks pretty good now.
The issue that blocked keys from being further processed was running
XGrabKey multiple times with various modifiers. XGrabKey will block
unlisted modifiers from being passed to other apps. The solution was to
register once with AnyModifier and care about modifiers only later.
|
|
Only for Linux. The OSX code should stay intact however.
|
|
|
|
|
|
|
|
Forgot to do it earlier, hence trash commits in recent days
|
|
|
|
|
|
|