AToMPM / atompm

A Tool for Multi-Paradigm Modeling
https://atompm.github.io/
GNU Lesser General Public License v3.0
22 stars 15 forks source link

Command key acts as delete key #90

Open BentleyJOakes opened 3 years ago

BentleyJOakes commented 3 years ago

A report came in that the command key on Mac acts as a delete key instead.

Relevant code is probably client/window_event.js, where event.metakey should be added.

See: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/metaKey