mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
src/rcxml.c: parse <keybind>
This commit is contained in:
parent
f6578248c0
commit
158f42d1e8
11 changed files with 108 additions and 50 deletions
20
data/rc.xml
20
data/rc.xml
|
|
@ -14,13 +14,21 @@
|
|||
</keyboard>
|
||||
</lab>
|
||||
|
||||
<!-- keybinds have not been implemented yet. For the time being, we use the
|
||||
following:
|
||||
- Alt+Escape Exit labwc
|
||||
- Alt+F2 Cycle windows
|
||||
- Alt+F3 Launch dmenu -->
|
||||
<keyboard>
|
||||
|
||||
<keybind key="A-Escape">
|
||||
<action name="Exit"/>
|
||||
</keybind>
|
||||
<keybind key="A-Tab">
|
||||
<action name="NextWindow"/>
|
||||
</keybind>
|
||||
<keybind key="A-F2">
|
||||
<action name="NextWindow"/>
|
||||
</keybind>
|
||||
<keybind key="A-F3">
|
||||
<action name="Execute">
|
||||
<command>dmenu_run</command>
|
||||
</action>
|
||||
</keybind>
|
||||
</keyboard>
|
||||
|
||||
</openbox_config>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue