mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
raw/window_layouter: add 'release_grab' action
This commit adds the 'release_grab' action to the KEY_SCREEN handling as it is required to ungrab clients using the exclusive input mode.
This commit is contained in:
parent
7760116478
commit
686c5ac007
@ -15,7 +15,7 @@
|
||||
<assign label_prefix="" target="screen_1" xpos="any" ypos="any"/>
|
||||
</rules>
|
||||
|
||||
<press key="KEY_SCREEN">
|
||||
<press key="KEY_SCREEN" action="release_grab">
|
||||
<press key="KEY_TAB" action="next_window">
|
||||
<release key="KEY_TAB">
|
||||
<release key="KEY_SCREEN" action="raise_window"/>
|
||||
|
Loading…
Reference in New Issue
Block a user