diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-04 11:08:40 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-04 11:08:40 +0000 |
| commit | 8ee2603a610255331c399bfcc155596ceefb8b82 (patch) | |
| tree | 7b39e697d9304a3b7b9c51ce48454cc5335f856b /scripts | |
| parent | ffe214dc4dbe4dbdef80951ebbd7c452f8675a48 (diff) | |
add a comment
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/defaults.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/defaults.py b/scripts/defaults.py index 6467cf8e..38b00a4d 100644 --- a/scripts/defaults.py +++ b/scripts/defaults.py @@ -39,7 +39,7 @@ ob.kbind(["A-S-Tab"], ob.KeyContext.All, stackedcycle.previous # if you want linear cycling instead of stacked cycling, comment out the focus # bindings above, and use these instead. -#import focuscycle +#import focuscycle # functions for doing linear cycling #focuscycle.RAISE_WINDOW = 0 # don't raise windows when they're activated #ob.kbind(["A-Tab"], ob.KeyContext.All, focuscycle.next) #ob.kbind(["A-S-Tab"], ob.KeyContext.All, focuscycle.previous) |
