]> Dogcows Code - chaz/openbox/commitdiff
better comment
authorDana Jansens <danakj@orodu.net>
Tue, 4 Feb 2003 09:37:11 +0000 (09:37 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 4 Feb 2003 09:37:11 +0000 (09:37 +0000)
scripts/defaults.py

index 922cd6d6ddc8900363f42ecc962a03fa1e268ba0..fa66329b968e1f6623c910ca18e8ef2a91c9d0d3 100644 (file)
@@ -37,7 +37,8 @@ import stackedcycle # functions for doing stacked 'kde-style' cycling
 ob.kbind(["A-Tab"], ob.KeyContext.All, stackedcycle.next)
 ob.kbind(["A-S-Tab"], ob.KeyContext.All, stackedcycle.previous
 
-# if you want linear cycling instead of stacked cycling ...
+# if you want linear cycling instead of stacked cycling, comment out the focus
+# bindings above, and use these instead.
 #import focuscycle
 #focuscycle.raise_window = 0 # don't raise windows when they're activated
 #ob.kbind(["A-Tab"], ob.KeyContext.All, focuscycle.next)
This page took 0.022236 seconds and 4 git commands to generate.