the <interactive> tags are no longer needed
This commit is contained in:
parent
75c8bec464
commit
ba64eb20db
1 changed files with 2 additions and 2 deletions
4
data/rc3
4
data/rc3
|
@ -297,10 +297,10 @@
|
|||
</context>
|
||||
<context name="desktop">
|
||||
<mousebind button="Up" action="click">
|
||||
<action name="desktopnext"><interactive>no</interactive></action>
|
||||
<action name="desktopnext"></action>
|
||||
</mousebind>
|
||||
<mousebind button="Down" action="click">
|
||||
<action name="desktopprevious"><interactive>no</interactive></action>
|
||||
<action name="desktopprevious"></action>
|
||||
</mousebind>
|
||||
<mousebind button="A-Up" action="click">
|
||||
<action name="desktopnext"/>
|
||||
|
|
Loading…
Reference in a new issue