We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a5537 commit 6489d90Copy full SHA for 6489d90
wayland-protocols/ext-input-trigger-registration-v1.xml
@@ -43,8 +43,9 @@
43
set, then triggers can be set.
44
</description>
45
<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"/>
+ <entry name="modifiers" value="2" summary="keyboard modifier taps and/or holds can be used as triggers"/>
+ <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"/>
49
</enum>
50
51
<event name="capabilities">
0 commit comments