var isCtrl=false;var isShift=false;$(document).keyup(function(e){if(e.which==17)isCtrl=false;if(e.which==16)isShift=false}).keydown(function(e){if(e.which==17)isCtrl=true;if(e.which==16)isShift=true;if(e.which==78&&isCtrl==true&&isShift==true){var url=hotkeyconfig+"/admin/";window.location=url;return false}if(e.which==77&&isCtrl==true&&isShift==true){var url=hotkeyconfig+"/admin/modules.php";window.location=url;return false}if(e.which==70&&isCtrl==true&&isShift==true){var url=hotkeyconfig+"/admin/settings.php?section=managefilters";window.location=url;return false}if(e.which==65&&isCtrl==true&&isShift==true){var url=hotkeyconfig+"/admin/settings.php?section=manageauths";window.location=url;return false}if(e.which==69&&isCtrl==true&&isShift==true){var toggleedit=$("input[name=edit]").val();var url=hotkeyconfig+"/course/view.php?id=1&edit="+toggleedit+"&sesskey="+sesskeyconfig;window.location=url;return false}if(e.which==66&&isCtrl==true&&isShift==true){var url=hotkeyconfig+"/admin/blocks.php";window.location=url;return false}if(e.which==67&&isCtrl==true&&isShift==true){var url=hotkeyconfig+"/course/index.php?categoryedit=on";window.location=url;return false}if(e.which==76&&isCtrl==true&&isShift==true){var url=hotkeyconfig+"/course/report/log/indexlive.php?id=1";window.location=url;return false}if(e.which==83&&isCtrl==true&&isShift==true){var url=hotkeyconfig+"/calendar/view.php";window.location=url;return false}if(e.which==85&&isCtrl==true&&isShift==true){var url=hotkeyconfig+"/admin/user.php";window.location=url;return false}if(e.which==68&&isCtrl==true&&isShift==true){var url=hotkeyconfig+"/login/logout.php?sesskey="+sesskeyconfig;window.location=url;return false}if(e.which==72&&isCtrl==true&&isShift==true){var url=hotkeyconfig;window.location=url;return false}});

