

shortcut.add("Enter",function() {
	formSubmit();
},{
	'type':'keydown',
	'propagate':true,
	'target':document
});
