forked from server/soundboard
added new shortcut
...to kill sounds
This commit is contained in:
parent
90c0887f97
commit
730147514b
@ -61,7 +61,7 @@ ready(function() {
|
||||
evt = evt || window.event;
|
||||
if (evt.keyCode == 27) {
|
||||
resetSearch();
|
||||
} else if (evt.keyCode == 75 && evt.ctrlKey) {
|
||||
} else if ((evt.keyCode == 75 || evt.keyCode == 67) && evt.ctrlKey) {
|
||||
ajaxRequest("/?killvideo=yes");
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user