]> Dogcows Code - chaz/openbox/commitdiff
add W-d to toggle show-desktop-mode by default
authorDana Jansens <danakj@orodu.net>
Mon, 10 Feb 2003 23:03:39 +0000 (23:03 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 10 Feb 2003 23:03:39 +0000 (23:03 +0000)
scripts/defaults.py

index 98c57ce5dd2c3e60525e6e9cf595d0bc1a26d766..7b4145c0b47144722c4687ab602046c6f66f8d7a 100644 (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)
This page took 0.024285 seconds and 4 git commands to generate.