I would like snippets to be able to be activated by a modifier key...
For example say I've got a snippet like this... <h1>${1:`echo $TM_SELECTED_TEXT`}</h1>$0
I'd like to be able to assign ⌥⌘1 to this snippet. Instead of the h1[tab], which wouldn't allow me to use the snippet to it's full ability.