Sublime Forum

Shortcut to a new build system

#1

I’ve just created a build system named XeLaTeX by creating a file named XeLaTeX.sublime-build in the User directory of Sublime Text, whose content is:

{
“cmd”: “xelatex.exe”,"-synctex=1","-interaction=nonstopmode","$file_base_name"]
}

What should I do, if I want to map a short cut, e.g. F1, to this new build system?

Any clues would be appreciated!

0 Likes