mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 00:24:51 +00:00
Enable basic key bindings in pkg/wm
This commit is contained in:
parent
14180d60be
commit
a98a32757a
@ -1 +1,17 @@
|
||||
<config/>
|
||||
<config>
|
||||
<press key="KEY_SCREEN">
|
||||
<press key="KEY_TAB" action="next_window">
|
||||
<release key="KEY_TAB">
|
||||
<release key="KEY_SCREEN" action="raise_window"/>
|
||||
</release>
|
||||
</press>
|
||||
<press key="KEY_LEFTSHIFT">
|
||||
<press key="KEY_TAB" action="prev_window">
|
||||
<release key="KEY_TAB">
|
||||
<release key="KEY_SCREEN" action="raise_window"/>
|
||||
</release>
|
||||
</press>
|
||||
</press>
|
||||
<press key="KEY_ENTER" action="toggle_fullscreen"/>
|
||||
</press>
|
||||
</config>
|
||||
|
Loading…
x
Reference in New Issue
Block a user