add W-d to toggle show-desktop-mode by default
This commit is contained in:
parent
33c0058f75
commit
783b4dac61
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ ob.mbind("Left", ob.MouseContext.Root, ob.MouseAction.Click,
|
|||
|
||||
ob.kbind(["A-F4"], ob.KeyContext.All, callbacks.close)
|
||||
|
||||
ob.kbind(["W-d"], ob.KeyContext.All, callbacks.toggle_show_desktop)
|
||||
|
||||
# focus bindings
|
||||
import stackedcycle # functions for doing stacked 'kde-style' cycling
|
||||
ob.kbind(["A-Tab"], ob.KeyContext.All, stackedcycle.next)
|
||||
|
|
Loading…
Reference in a new issue