JuliaPluto/Pluto.jl

Cmd+M keyboard shortcut interferes with macOS functionality

Open

#835 opened on Jan 10, 2021

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Julia (329 forks)batch import
frontendgood first issue

Repository metrics

Stars
 (5,295 stars)
PR merge metrics
 (Avg merge 5d 12h) (13 merged PRs in 30d)

Description

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