mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Add basic mouse scroll options
This commit is contained in:
@@ -18,6 +18,11 @@
|
||||
<value value='5' nick='QUIT'/>
|
||||
<value value='6' nick='TOGGLE-SHOWPREVIEW'/>
|
||||
</enum>
|
||||
<enum id='org.gnome.shell.extensions.dash-to-panel.scrollAction'>
|
||||
<value value='0' nick='NOTHING'/>
|
||||
<value value='1' nick='SWITCH_WORKSPACE'/>
|
||||
<value value='2' nick='CYCLE_WINDOWS'/>
|
||||
</enum>
|
||||
<enum id='org.gnome.shell.extensions.dash-to-panel.statusAreaPosition'>
|
||||
<value value='0' nick='BUTTONSLEFT'/>
|
||||
<value value='1' nick='STATUSLEFT'/>
|
||||
@@ -574,6 +579,26 @@
|
||||
<summary>Action when clicking on a running app</summary>
|
||||
<description>Set the action that is executed when shift+middle-clicking on the icon of a running application</description>
|
||||
</key>
|
||||
<key name="scroll-panel-action" enum="org.gnome.shell.extensions.dash-to-panel.scrollAction">
|
||||
<default>'SWITCH_WORKSPACE'</default>
|
||||
<summary>Action when scrolling over the panel</summary>
|
||||
<description>Set the action that is executed when scrolling over the panel</description>
|
||||
</key>
|
||||
<key type="i" name="scroll-panel-delay">
|
||||
<default>0</default>
|
||||
<summary>Delay between panel mouse scroll events</summary>
|
||||
<description>Set the minimum delay between panel mouse scroll events</description>
|
||||
</key>
|
||||
<key name="scroll-icon-action" enum="org.gnome.shell.extensions.dash-to-panel.scrollAction">
|
||||
<default>'CYCLE_WINDOWS'</default>
|
||||
<summary>Action when scrolling over a running app</summary>
|
||||
<description>Set the action that is executed when scrolling over a running application</description>
|
||||
</key>
|
||||
<key type="i" name="scroll-icon-delay">
|
||||
<default>0</default>
|
||||
<summary>Delay between icon mouse scroll events</summary>
|
||||
<description>Set the minimum delay between icon mouse scroll events</description>
|
||||
</key>
|
||||
<key type="i" name="leave-timeout">
|
||||
<default>100</default>
|
||||
<summary>Icon leave preview timeout</summary>
|
||||
|
||||
Reference in New Issue
Block a user