Skip to content

Commit 6489d90

Browse files
committed
Update possible capabilities
1 parent 19a5537 commit 6489d90

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

wayland-protocols/ext-input-trigger-registration-v1.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@
4343
set, then triggers can be set.
4444
</description>
4545
<entry name="keyboard" value="1" summary="key combinations can be used as triggers"/>
46-
<entry name="pointer" value="2" summary="pointer gestures can be used as triggers"/>
47-
<entry name="touchpad" value="4" summary="touchpad gestures can be used as triggers"/>
46+
<entry name="modifiers" value="2" summary="keyboard modifier taps and/or holds can be used as triggers"/>
47+
<entry name="pointer" value="4" summary="pointer gestures can be used as triggers"/>
48+
<entry name="touchpad" value="8" summary="touchpad gestures can be used as triggers"/>
4849
</enum>
4950

5051
<event name="capabilities">

0 commit comments

Comments
 (0)