added easier accessible shortcuts for scaling up or zoom in on US keyboards
[rocksndiamonds.git] / src / events.c
index bad68898754e4249cdc09113095de3dc57728356..ab6dc8ca9e30e06ab5e6e8a26ddb8443b4753fe0 100644 (file)
@@ -1357,6 +1357,7 @@ void HandleKey(Key key, int key_status)
 
   if ((key == KSYM_minus ||
        key == KSYM_plus ||
+       key == KSYM_equal ||    // ("Shift-=" is "+" on US keyboards)
        key == KSYM_0) &&
       ((GetKeyModState() & KMOD_Control) ||
        (GetKeyModState() & KMOD_Alt) ||