Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On mac cmd + / zooms out the view #22

Closed
cgsawtell opened this issue Nov 8, 2016 · 3 comments
Closed

On mac cmd + / zooms out the view #22

cgsawtell opened this issue Nov 8, 2016 · 3 comments

Comments

@cgsawtell
Copy link

cgsawtell commented Nov 8, 2016

looks to be a typo in the config:

            {
                "mac": "cmd+-",
                "key": "ctrl+=",
                "command": "workbench.action.zoomIn"
            },
            {
                "mac": "cmd+/",
                "key": "ctrl+-",
                "command": "workbench.action.zoomOut"
            },

I assume that the correct config should be:

            {
                "mac": "cmd+=",
                "key": "ctrl+=",
                "command": "workbench.action.zoomIn"
            },
            {
                "mac": "cmd+-",
                "key": "ctrl+-",
                "command": "workbench.action.zoomOut"
            },

This is especially annoying as I've become accustomed to doing cmd+/ to comment out code

@jasonmccallister
Copy link
Contributor

I noticed the same thing and was going to report it... Drives me nuts!

@waderyan
Copy link

waderyan commented Nov 8, 2016

Thanks to PR this will be fixed. Publishing new version soon.

@waderyan waderyan closed this as completed Nov 8, 2016
@oleander
Copy link
Contributor

oleander commented Dec 1, 2016

This breaks all non us keyboards. See my pr here: #17

@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants