mirror of
https://github.com/rastapasta/mapscii.git
synced 2024-11-21 23:53:08 +01:00
Fix zoom out on US keyboards
This commit is contained in:
parent
f3efbae8ba
commit
a784a55759
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user