ckeditor / editor-recommendations

A set of recommendations for modern editing solutions.
https://ckeditor.github.io/editor-recommendations/
47 stars 12 forks source link

Keystrokes notation #39

Closed Reinmar closed 8 years ago

Reinmar commented 8 years ago

We write keystrokes as Ctrl + sth. Those are correct for Windows and Linux, but for MacOSX users we should use Command.

How can we resolve this?

  1. Have a separate page clarifying that Ctrl is to be replaced by Cmd on MacOSX devices.
  2. Duplicate all keystrokes.
  3. Use some other notation.
Comandeer commented 8 years ago

http://ckeditor.github.io/editor-recommendations/general-policies/ → last section. So it probably covers your point 1.

fredck commented 8 years ago

That policy has been created exactly to clarify that and make the documentation clearer. I would not make any further steps.

Reinmar commented 8 years ago

OK. I forgot I've seen it there. We could add some (*) to keystrokes but it's not super important.