$(document).bind('keydown', 'Ctrl+Shift+esc', function (evt){startInOut()});
$(document).bind('keydown', 'Ctrl+Shift+s', function (evt){showSwitcher()});
//$(document).bind('keydown', 'Shift+k', function (evt){openContactForm()});
//$(document).bind('keydown', 'Shift+a', function (evt){switchAjaxOnOff()});