Hi,
In ST1 I was using a key binding that looked like this:
<binding key="f5" command="exec '' 'java $BaseName'"/>
<binding key="f7" command="build"/>
<binding key="ctrl+f7" command="exec '' '$File'"/>
Can someone tell me what would be the appropriate form of this snippet in ST2?