disable some useless keybinds and add a panel
This commit is contained in:
parent
ebc2516411
commit
4f41ee1df8
1 changed files with 1 additions and 31 deletions
|
@ -154,7 +154,7 @@
|
||||||
cases. -->
|
cases. -->
|
||||||
<margins>
|
<margins>
|
||||||
<top>0</top>
|
<top>0</top>
|
||||||
<bottom>0</bottom>
|
<bottom>24</bottom>
|
||||||
<left>0</left>
|
<left>0</left>
|
||||||
<right>0</right>
|
<right>0</right>
|
||||||
</margins>
|
</margins>
|
||||||
|
@ -558,36 +558,6 @@
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
<context name="Desktop">
|
<context name="Desktop">
|
||||||
<mousebind button="Up" action="Click">
|
|
||||||
<action name="GoToDesktop">
|
|
||||||
<to>previous</to>
|
|
||||||
</action>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Down" action="Click">
|
|
||||||
<action name="GoToDesktop">
|
|
||||||
<to>next</to>
|
|
||||||
</action>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="A-Up" action="Click">
|
|
||||||
<action name="GoToDesktop">
|
|
||||||
<to>previous</to>
|
|
||||||
</action>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="A-Down" action="Click">
|
|
||||||
<action name="GoToDesktop">
|
|
||||||
<to>next</to>
|
|
||||||
</action>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="C-A-Up" action="Click">
|
|
||||||
<action name="GoToDesktop">
|
|
||||||
<to>previous</to>
|
|
||||||
</action>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="C-A-Down" action="Click">
|
|
||||||
<action name="GoToDesktop">
|
|
||||||
<to>next</to>
|
|
||||||
</action>
|
|
||||||
</mousebind>
|
|
||||||
<mousebind button="Left" action="Press">
|
<mousebind button="Left" action="Press">
|
||||||
<action name="Focus"/>
|
<action name="Focus"/>
|
||||||
<action name="Raise"/>
|
<action name="Raise"/>
|
||||||
|
|
Loading…
Reference in a new issue