if((window.event.ctrlKey)&&(window.event.keyCode == 226))
{
	window.open("/edit"+window.location.pathname);	
	//window.location.href = "/edit"+window.location.pathname;
}

