Open metasean opened 7 years ago
I wasn't aware that cmd-+
should control panel font size. Doesn't seem to be respected in any Atom built-in packages. For example, if I open a project's Tree View and try the shortcut there, it doesn't work. Or If I open Time Cop View or Settings View - the shortcut doesn't work there either.
Issue description
Click inside the "Quokka" panel.
⌘⎻+
should increase the font size, but does not⌘⎻﹣
should decrease the font size, but does notQuokka.js file
any
Quokka.js Console Output
any console output visible in the
.quokka-panel-view
/.quokka-results-view
Code editor version
Atom 1.19.3
OS name and version
OSX Sierra 10.12.3
Tried - Does not work
Since this is clearly a keybinding-related issue, I tried adding the following to my keymap.cson file, but it didn't have any effect.
Interestingly, I have several plug-ins that add panels, some require an additional keymap, and some don't.
⌘⎻+
/⌘⎻﹣
work out of the box⌘⎻+
/⌘⎻﹣
to work as expected, but they're referencing custom 'markdown-preview:zoom-x' commands, (re: Flightmanual's Keymap Command) which leads to a rabbithole that I don't have time to explore :-(Stop-gap work-around for end users
In your Atom stylesheet, "styles.less", add: