JuliaPluto/Pluto.jl

Cmd+M keyboard shortcut interferes with macOS functionality

Open

#835 geöffnet am 10. Jan. 2021

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Julia (329 Forks)batch import
frontendgood first issue

Repository-Metriken

Stars
 (5.295 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 5T 12h) (13 gemergte PRs in 30 T)

Beschreibung

On a mac, Cmd+M is a systemwide shortcut for minimizing the current window. In Pluto this shortcut is co-opted for wrapping the contents of a cell in a markdown string literal.

It would be nice if the shortcut on macOS were different. For now, to minimize a window I usually press Cmd+M, then notice this triggered the Markdown transformation, undo it, click outside of the cell, then press Cmd+M again.

Contributor Guide