summaryrefslogtreecommitdiff
path: root/RemoteControlManager.xml
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2015-07-18 13:20:48 +0200
committerDavid Härdeman <david@hardeman.nu>2015-07-18 13:20:48 +0200
commit17d201747727157b63aaaa956071f10e35ad9942 (patch)
treee9895f322b8b5c157f1816e1e36a44c30e8fe9e8 /RemoteControlManager.xml
parent48bd20a7b4d183edf2e19e17a3b7dc1d307ea8c1 (diff)
Add a method to set (update) a keymap/layout
Diffstat (limited to 'RemoteControlManager.xml')
-rw-r--r--RemoteControlManager.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/RemoteControlManager.xml b/RemoteControlManager.xml
index dc6d4d5..6577dd0 100644
--- a/RemoteControlManager.xml
+++ b/RemoteControlManager.xml
@@ -14,6 +14,15 @@
<arg type='aa{sv}' name='keymap_entries' direction='out'/>
<arg type='aa{sv}' name='layout_entries' direction='out'/>
</method>
+ <method name='SetKeymap'>
+ <arg type='s' name='keymap_id' direction='in'/>
+ <arg type='s' name='keymap_name' direction='in'/>
+ <arg type='s' name='keymap_description' direction='in'/>
+ <arg type='q' name='keymap_width' direction='in'/>
+ <arg type='q' name='keymap_height' direction='in'/>
+ <arg type='aa{sv}' name='keymap_entries' direction='in'/>
+ <arg type='aa{sv}' name='layout_entries' direction='in'/>
+ </method>
<signal name='KeyPressed'>
<arg type='s' name='keycode'/>
</signal>