mirror of
https://github.com/labwc/labwc.git
synced 2026-03-09 05:33:53 -04:00
docs/rc.xml: Overwrite the default W-Return keybind
.. instead of adding a new one. Also change from sakura to foot and add comments.
This commit is contained in:
parent
b12b6b320e
commit
b62159fe06
1 changed files with 4 additions and 2 deletions
|
|
@ -19,13 +19,15 @@
|
||||||
|
|
||||||
<keyboard>
|
<keyboard>
|
||||||
<default />
|
<default />
|
||||||
<keybind key="A-Return">
|
<!-- Use a different terminal emulator -->
|
||||||
<action name="Execute" command="sakura" />
|
<keybind key="W-Return">
|
||||||
|
<action name="Execute" command="foot" />
|
||||||
</keybind>
|
</keybind>
|
||||||
</keyboard>
|
</keyboard>
|
||||||
|
|
||||||
<mouse>
|
<mouse>
|
||||||
<default />
|
<default />
|
||||||
|
<!-- Show a custom menu on desktop right click -->
|
||||||
<context name="Root">
|
<context name="Root">
|
||||||
<mousebind button="Right" action="Press">
|
<mousebind button="Right" action="Press">
|
||||||
<action name="ShowMenu" menu="some-custom-menu" />
|
<action name="ShowMenu" menu="some-custom-menu" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue