Skip to content

Commit 879412a

Browse files
authored
Add lock setting for hover-click a11y feature. (#261)
1 parent 7c53123 commit 879412a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

schemas/org.cinnamon.desktop.a11y.mouse.gschema.xml.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646
<summary>Enable dwell clicks</summary>
4747
<description>Enable dwell clicks.</description>
4848
</key>
49+
<key name="dwell-click-mode-lock" type="b">
50+
<default>false</default>
51+
<summary>Lock click mode</summary>
52+
<description>If true, the selected click mode persists after use. If false, non-primary click modes (double-click, secondary, drag) reset to single-click after use.</description>
53+
</key>
4954
<key name="secondary-click-enabled" type="b">
5055
<default>false</default>
5156
<summary>Secondary click enabled</summary>

0 commit comments

Comments
 (0)