Skip to content

Commit

Permalink
wm preferences schema: Add mouse zoom modifier key (stop using specia…
Browse files Browse the repository at this point in the history
…l window mod).
  • Loading branch information
mtwebster committed May 5, 2015
1 parent c099b2c commit 65b6b11
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions schemas/org.cinnamon.desktop.wm.preferences.gschema.xml.in.in
Expand Up @@ -14,6 +14,15 @@
expressed as <![CDATA["<Alt>"]]> or <![CDATA["<Super>"]]> for example.
</_description>
</key>
<key name="mouse-button-zoom-modifier" type="s">
<default><![CDATA['<Alt>']]></default>
<_summary>Modifier to use for a11y mouse desktop zoom</_summary>
<_description>
Operating the mouse wheel while holding down this modifier key will
zoom the desktop in and out if desktop magnifier is enabled. Modifier is
expressed as <![CDATA["<Alt>"]]> or <![CDATA["<Super>"]]> for example.
</_description>
</key>
<key name="resize-with-right-button" type="b">
<default>true</default>
<_summary>Whether to resize with the right button</_summary>
Expand Down

0 comments on commit 65b6b11

Please sign in to comment.