JuliaPluto/Pluto.jl
Auf GitHub ansehenCmd+M keyboard shortcut interferes with macOS functionality
Open
#835 geöffnet am 10. Jan. 2021
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.