Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions schemas/org.cinnamon.desktop.a11y.mouse.gschema.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
<summary>Enable dwell clicks</summary>
<description>Enable dwell clicks.</description>
</key>
<key name="dwell-click-mode-lock" type="b">
<default>false</default>
<summary>Lock click mode</summary>
<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>
</key>
<key name="secondary-click-enabled" type="b">
<default>false</default>
<summary>Secondary click enabled</summary>
Expand Down
Loading