1
0
Fork 0

disable some useless keybinds and add a panel

This commit is contained in:
Von Random 2019-02-27 21:52:45 +03:00
parent ebc2516411
commit 4f41ee1df8

View file

@ -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"/>