JuliaPluto/Pluto.jl
在 GitHub 查看Cmd+M keyboard shortcut interferes with macOS functionality
Open
#835 创建于 2021年1月10日
frontendgood first issue
描述
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.