Advertisement
Guest User

Untitled

a guest
May 25th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <root>
  3. <vkopenurldef>
  4. <name>KeyCode::VK_OPEN_URL_ITERM</name>
  5. <url>file:///Applications/iTerm.app</url>
  6. </vkopenurldef>
  7. <item>
  8. <name>test</name>
  9. <identifier>test</identifier>
  10. <autogen>__DoublePressModifier__ KeyCode::CONTROL_L, KeyCode::CONTROL_L,
  11. KeyCode::VK_OPEN_URL_ITERM</autogen>
  12. </item>
  13. </root>
  14.  
  15. on alfred_script(q)
  16.  
  17. tell application "System Events" to keystroke "^" using control down
  18.  
  19. end alfred_script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement