typo in the default config
This commit is contained in:
parent
8fd052ff44
commit
82432ae4d0
1 changed files with 2 additions and 2 deletions
|
@ -235,10 +235,10 @@
|
|||
<action name="Unfocus"/>
|
||||
</mousebind>
|
||||
|
||||
<mousebind button="A-S-Up" action="Click">
|
||||
<mousebind button="A-Up" action="Click">
|
||||
<action name="DesktopPrevious"/>
|
||||
</mousebind>
|
||||
<mousebind button="A-S-Down" action="Click">
|
||||
<mousebind button="A-Down" action="Click">
|
||||
<action name="DesktopNext"/>
|
||||
</mousebind>
|
||||
<mousebind button="A-S-Up" action="Click">
|
||||
|
|
Loading…
Reference in a new issue