add a comment
This commit is contained in:
parent
ffe214dc4d
commit
8ee2603a61
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue