extensions=".c.cpp.h.hpp.bat.sh";
open_recursively=false;

fkey_command_win[1]  = {"build.bat",         "*compilation*", true , true };
fkey_command_win[2]  = {"site\\build.bat",   "*compilation*", true , true };
fkey_command_win[3]  = {"string\\build.bat", "*compilation*", true , true };
fkey_command_win[5]  = {"..\\misc\\run.bat", "*run*",         false, false};
fkey_command_win[12] = {"package.bat",       "*package*",     false, true };

fkey_command_linux[1]  = {"./build.sh",    "*compilation*", true , true };
fkey_command_linux[2]  = {"site/build.sh", "*compilation*", true , true };
fkey_command_linux[5]  = {"../build/4ed",  "*run*",         false, false};
fkey_command_linux[12] = {"./package.sh",  "*package*",     false, true };