Guest User

Untitled

a guest
Dec 14th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <root>
  3.  
  4. <item>
  5. <name>Control_L+W to Command_L+W</name>
  6. <appendix>Useful for Safari to close tabs</appendix>
  7. <identifier>private.CtrlW_to_CommandW</identifier>
  8. <autogen>
  9. --KeyOverlaidModifier--
  10. KeyCode::W,
  11. ModifierFlag::CONTROL_L,
  12.  
  13. KeyCode::W,
  14. ModifierFlag::COMMAND_L
  15. </autogen>
  16. </item>
  17.  
  18. <item>
  19. <name>Control_L+T to Command_L+T</name>
  20. <appendix>Useful for Safari to open tabs</appendix>
  21. <identifier>private.CtrlT_to_CommandT</identifier>
  22. <autogen>
  23. --KeyOverlaidModifier--
  24. KeyCode::T,
  25. ModifierFlag::CONTROL_L,
  26.  
  27. KeyCode::T,
  28. ModifierFlag::COMMAND_L
  29. </autogen>
  30. </item>
  31.  
  32. </root>
Add Comment
Please, Sign In to add comment