Discussion:
[directfb-users] WM keyboard meta events handling
Ezequiel García
2012-03-07 13:41:56 UTC
Permalink
Hi,

After some research we found out that DirectFB has a built-in windows
manager that responds to the following keys:

Press Meta+C to close the focused window.
Press Meta+A to lower the focused window to the bottom.
Press Meta+X to cycle the focus through the windows.
Press Meta+S to raise the lowest window to the top.
..etc

(Information taken from http://directfb.org/downloads/Core/DirectFB-1.4/README)

Is there any way to make the WM ignore those key combinations?

I do not want to let the user be able to modify the appearance
of my application from the keyboard,
however because the user needs to use
the keyboard to interact with my app I can not just disable it completely.

Maybe someone can just point out a way to disable this behavior.

Thanks,
Ezequiel.

Loading...