@ -62,25 +62,3 @@ $(function (){
});
$(window).bind('keydown', function(event) {
if (event.ctrlKey || event.metaKey) {
switch (String.fromCharCode(event.which).toLowerCase()) {
case 's':
event.preventDefault();
alert('ctrl-s');
break;
case 'f':
alert('ctrl-f');
case 'g':
alert('ctrl-g');
case 'd':
alert('ctrol-d');
}