syntax for execute in amgp file #1012
-
So, I'm trying to setup an onscreen keyboard toggle (as documented here). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Eventually managed to get a save committed; adding syntax here for posterity: |
Beta Was this translation helpful? Give feedback.
Eventually managed to get a save committed; adding syntax here for posterity:
<button index="5"> <slots> <slot> <path>/usr/bin/dbus-send</path> <arguments>--type=method_call --dest=org.onboard.Onboard/org/onboard/Onboard/Keyboard org.onboard.Onboard.Keyboard.ToggleVisible</arguments> <mode>execute</mode> </slot> </slots> </button>