﻿shortcut.add("Ctrl+Shift+L",function() {
    window.location = "/login.aspx";
});

shortcut.add("Ctrl+Shift+Q",function() {
    window.location = "/login.aspx?cmd=logout";
});

shortcut.add("Ctrl+Shift+a",function() {
    window.location = "/admin/dashboard.aspx";
});

shortcut.add("Ctrl+Shift+P",function() {
    window.location = "/admin/CMS_Content/";
});

shortcut.add("Ctrl+Shift+F",function() {
    window.location = "/admin/CMS_Files/";
});

shortcut.add("Ctrl+Shift+D",function() {
    window.location = "/admin/CMS_Forms/";
});

shortcut.add("Ctrl+Shift+I", function() {
    window.location = "/admin/CMS_Widgets";
});

shortcut.add("Ctrl+Shift+O",function() {
window.location = "/admin/sys_system/Site_Settings.aspx";
});

shortcut.add("Ctrl+Shift+T",function() {
    window.location = "/admin/CMS_Templates/";
});

shortcut.add("Ctrl+Shift+U",function() {
    window.location = "/admin/Sys_Membership/";
});

shortcut.add("Ctrl+Shift+S",function() {
    window.location = "/admin/SYS_Application_Context/";
});

shortcut.add("Ctrl+Shift+H",function() {
    window.location = "/default.aspx";
});

