]> git.mdlowis.com Git - proto/labwc.git/commit
action: add "ShowMenu" option
authorJohan Malm <jgm323@gmail.com>
Sat, 31 Oct 2020 15:27:22 +0000 (15:27 +0000)
committerJohan Malm <jgm323@gmail.com>
Sat, 31 Oct 2020 15:27:22 +0000 (15:27 +0000)
commit543f00131c58125cb59c8756c59a4a7498dd77d2
tree25bdce659d00a02c65e688309d1c3a1757773942
parenta26fd5a75b4eff7d9efe0cc3f3058f55a64a2fc1
action: add "ShowMenu" option

Parse the following in rc.xml:

<keyboard>
  <keybind key="">
    <action name="ShowMenu">
      <menu>root-menu</menu>
    </action>
  </keybind>
</keyboard>
docs/labwc-actions.5.md
src/action.c
src/config/rcxml.c
src/cursor.c