gdotdesign / elm-ui

UI library for making web applications with Elm
https://elm-ui.netlify.com
BSD 2-Clause "Simplified" License
920 stars 39 forks source link

InplaceInput use Ctrl instead of Cmd on macOS to save #102

Open EmrysMyrddin opened 5 years ago

EmrysMyrddin commented 5 years ago

Proposition

In InplaceInput, when ctrlSave prop is true, use the Cmd key on macOS.

Purpose

The Ctrl key on macOS is never used for this kind of actions. It could be better for the user experience to stay consistent with the behavior of other macOS applications.