add W-d to toggle show-desktop-mode by default

This commit is contained in:
Dana Jansens 2003-02-10 23:03:39 +00:00
parent 33c0058f75
commit 783b4dac61

View file

@ -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)