diff options
Diffstat (limited to 'RemoteControlManager.xml')
-rw-r--r-- | RemoteControlManager.xml | 9 |
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> |