mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-05-30 22:01:41 +00:00

V23接口改造适配 Log: V23接口改造适配 Influence: 无 Task: https://pms.uniontech.com/task-view-207483.html Change-Id: Ide530c023ea41f86fad2e8001ec67f1afaa897ab
36 lines
1.7 KiB
XML
36 lines
1.7 KiB
XML
<node>
|
|
<interface name="org.deepin.dde.InputDevice1.Keyboard1">
|
|
<method name="AddLayoutOption">
|
|
<arg type="s" direction="in"></arg>
|
|
</method>
|
|
<method name="AddUserLayout">
|
|
<arg type="s" direction="in"></arg>
|
|
</method>
|
|
<method name="ClearLayoutOption"></method>
|
|
<method name="DeleteLayoutOption">
|
|
<arg type="s" direction="in"></arg>
|
|
</method>
|
|
<method name="DeleteUserLayout">
|
|
<arg type="s" direction="in"></arg>
|
|
</method>
|
|
<method name="GetLayoutDesc">
|
|
<arg type="s" direction="in"></arg>
|
|
<arg type="s" direction="out"></arg>
|
|
</method>
|
|
<method name="LayoutList">
|
|
<arg type="a{ss}" direction="out"></arg>
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="KeyboardLayoutList"/>
|
|
</method>
|
|
<method name="Reset"></method>
|
|
<property name="RepeatEnabled" type="b" access="readwrite"></property>
|
|
<property name="CapslockToggle" type="b" access="readwrite"></property>
|
|
<property name="CursorBlink" type="i" access="readwrite"></property>
|
|
<property name="RepeatInterval" type="u" access="readwrite"></property>
|
|
<property name="RepeatDelay" type="u" access="readwrite"></property>
|
|
<property name="LayoutScope" type="i" access="readwrite"></property>
|
|
<property name="CurrentLayout" type="s" access="readwrite"></property>
|
|
<property name="UserLayoutList" type="as" access="read"></property>
|
|
<property name="UserOptionList" type="as" access="read"></property>
|
|
</interface>
|
|
</node>
|