tags 175339 + fixed-upstream
thanks

see changelog:
  98    * Added conditional statements to key commands (Mark)
  99      - for example, this will search for an open xterm window, cycle 
through
 100        them if there are any, or else open one:
 101        Mod4 t :If {Some Matches (xterm)} {NextWindow (xterm)} {Exec xterm}
 102      - the syntax is :If {<test>} {<command if true>} {<command if false>}
 103      - `Matches <pattern>' is currently the only test you can make; when 
used
 104        alone, it tests the focused window or the clicked window for 
OnWindow
 105        mouse events
 106      - there are many ways to combine tests:
 107        - `Some <test>' returns true if any open client matches <test>
 108        - `Every <test>' returns true if every open client matches <test>
 109        - `Not <test>' negates the value of <test>
 110        - `Or {<test>} {<test>} ...' returns true if any of the tests is 
true
 111        - `And {<test>} {<test>} ...' returns true if all of the tests are 
true
 112        - `Xor {<test>} {<test>} ...' returns the boolean xor of the truth 
values
 113      FbCommandFactory.cc CurrentWindowCmd.cc/hh WorkspaceCmd.cc/hh 
 114      FbTk/Command.hh FbTk/SimpleCommand.hh, added files
FbTk/LogicCommands.cc/hh




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to