27Fermer29
PpHdLe 02/10/2013 à 23:16
Suite à notre petite discussion, je me suis ajouté ces petits raccourcis cheeky
# Si roulette haut sur titre ==> maximize vertical, puis maximize
OnTitlebar Mouse4 :If {Matches (Maximized=no)} {If {Matches (MaximizedVertical=no)} {MaximizeVertical} {Maximize}}
# Si roulette bas sur titre ==> demaximize vertical, puis demaximize, puis iconify
OnTitlebar Mouse5 :If {Matches (Maximized=yes)} {MacroCmd {Maximize} {MaximizeVertical}} {If {Matches (MaximizedVertical=yes)} {MaximizeVertical} {Minimize}}
# If any navigator opened, go to it, else open firefox
Mod4 f :If {Some Matches (Navigator)} {NextWindow (Navigator)} {Exec firefox}