Advertisement
Guest User

FTL

a guest
Dec 4th, 2017
1,655
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. //%1% : Master Key
  2. // %2% : Slave Key
  3. // %3% : Modifier
  4. // %4% : SlavesToSend
  5. <Template SendMasterAndSlave>
  6. <SendFocusWin>
  7. <Key %1%>
  8. <Sendlabel %4%>
  9. <Key %3% %2%>
  10. <EndTemplate>
  11.  
  12. // %1% : master key
  13. // %2% : slave key
  14. // %3% : modifier
  15. // %4% : Active window
  16. // %5% : Slave Windows
  17. <Template SendLeaderless>
  18. <If ActiveWinIs %4%>
  19. <ApplyTemplate SendMasterAndSlave "%1%" "%2%" "%3%" "%5%">
  20. <EndTemplate>
  21.  
  22. // %1% : master-key
  23. // %2% : slave-key
  24. <Template FTL>
  25. <Hotkey ScrollLockOn %1%>
  26. <ApplyTemplate SendLeaderless "%1%" "%2%" "rctrl rshift" Leader "w1,w2,w3,w4">
  27. <ApplyTemplate SendLeaderless "%1%" "%2%" "rctrl ralt" Char1 "w0,w2,w3,w4">
  28. <ApplyTemplate SendLeaderless "%1%" "%2%" "ralt rshift" Char2 "w0,w1,w3,w4">
  29. <ApplyTemplate SendLeaderless "%1%" "%2%" "rctrl ralt rshift" Char3 "w0,w1,w2,w4">
  30. <ApplyTemplate SendLeaderless "%1%" "%2%" "rctrl" Char4 "w0,w1,w2,w3">
  31. <EndTemplate>
  32.  
  33. // follow
  34. <ApplyTemplate FTL "f" "f">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement