Sublime Forum

Build systems for files without extension

#1

Hi there,
I am working with text files that have no extension, and I want to run (open) these files with two different applications, depending on which shortcut key I press.
Say I press F1, then I would like to run the file with application A,
if I press F2, it should run the file with application B.

How could I achieve this in Sublime?

0 Likes

#2

It seems like such a simple task, but I can’t find a solution in Sublime Text.
Any Suggestions?

0 Likes

#3

No suggestions?

0 Likes

#4

I guess you should define your build system(s) , and then worry about keybindings after you have the functionality you desire available through the menu

1 Like

#5

thank you!
I have the build systems in place, so it works when I do it thru the menu,
change build system and then build, but how can I do these two steps in one keystroke?

edit:
I found the answer here:

thank you for bringing me to the solution!!

2 Likes