bool keyDownCB(View * v, GLV& glv){
	switch(glv.keyboard().key()){
		case '`': glv.toggle(Visible); break;
	}
	return false;
}