Fix zoom out on US keyboards

This commit is contained in:
Christian Paul 2017-12-23 01:56:47 -08:00
parent f3efbae8ba
commit a784a55759

View File

@ -205,7 +205,8 @@ class Mapscii {
case 'a':
this.zoomBy(config.zoomStep);
break;
case 'z', 'y':
case 'y':
case 'z':
this.zoomBy(-config.zoomStep);
break;
case 'left':