
shortcut.add("Ctrl+Alt+E",function() {
	window.location = 'edit/';
});
shortcut.add("Ctrl+Alt+D",function() {
	window.location = 'delete/';
});

