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 (5,295 stars) (329 forks)batch import
frontendgood first issue

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