add C-A-Up/Down mouse bindings, for consistency with the C-A-arrow key bindings!
This commit is contained in:
parent
e10c54137a
commit
6c8b7c1e6d
1 changed files with 12 additions and 0 deletions
12
data/rc.xml
12
data/rc.xml
|
@ -246,6 +246,12 @@
|
|||
<mousebind button="A-Down" action="Click">
|
||||
<action name="DesktopNext"/>
|
||||
</mousebind>
|
||||
<mousebind button="C-A-Up" action="Click">
|
||||
<action name="DesktopPrevious"/>
|
||||
</mousebind>
|
||||
<mousebind button="C-A-Down" action="Click">
|
||||
<action name="DesktopNext"/>
|
||||
</mousebind>
|
||||
<mousebind button="A-S-Up" action="Click">
|
||||
<action name="SendToDesktopPrevious"/>
|
||||
</mousebind>
|
||||
|
@ -463,6 +469,12 @@
|
|||
<mousebind button="A-Down" action="Press">
|
||||
<action name="DesktopNext"/>
|
||||
</mousebind>
|
||||
<mousebind button="C-A-Up" action="Press">
|
||||
<action name="DesktopPrevious"/>
|
||||
</mousebind>
|
||||
<mousebind button="C-A-Down" action="Press">
|
||||
<action name="DesktopNext"/>
|
||||
</mousebind>
|
||||
|
||||
<mousebind button="Left" action="Press">
|
||||
<action name="Activate"/>
|
||||
|
|
Loading…
Reference in a new issue