From: Dana Jansens Date: Tue, 4 Feb 2003 09:37:11 +0000 (+0000) Subject: better comment X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=77ba370207752fea0fdb2ae88e49740af27fc2a6;p=chaz%2Fopenbox better comment --- diff --git a/scripts/defaults.py b/scripts/defaults.py index 922cd6d6..fa66329b 100644 --- a/scripts/defaults.py +++ b/scripts/defaults.py @@ -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)