feat: support keybind mode

This commit is contained in:
DreamMaoMao 2025-10-07 11:57:48 +08:00
parent 457534bd41
commit 91574fcaea
6 changed files with 64 additions and 3 deletions

View file

@ -234,6 +234,13 @@ I would probably just submit raphi's patchset but I don't think that would be po
<arg name="kb_layout" type="string" summary="current keyboard layout."/>
</event>
<event name="keymode" since="2">
<description summary="current keybind mode.">
current keybind mode.
</description>
<arg name="keymode" type="string" summary="current keybind mode."/>
</event>
</interface>
</protocol>