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

Problem with the shortcut #80

Closed
nucliweb opened this issue Aug 8, 2014 · 4 comments
Closed

Problem with the shortcut #80

nucliweb opened this issue Aug 8, 2014 · 4 comments

Comments

@nucliweb
Copy link

nucliweb commented Aug 8, 2014

Hi,

in Mac OS with Spanish keyboard, we need cmd+1 for insert the | (pipeline).

@thehogfather
Copy link
Owner

I am aware of the shortcut conflict on many international keyboards. I would advice remapping the keys with the key remapper extension to suit your locale.

@mathias7am
Copy link

I have a problem on Windows in french too. I don't understand how to remap the key. I installed the key remapper. With the menu Debug->Open Preference File, i opened keymap.json. But every thing i try like :

{
    "documentation": "https://github.com/adobe/brackets/wiki/User-Key-Bindings",
    "overrides": {
        "Collapse_All": ""
    }
}

trig a error

@thehogfather
Copy link
Owner

@mathias7am Could you replace "Collapse_All": "" with "Shift-A" "codefolding.collapse.all" and see if that fixes the issue?
The first part is a unique key and the second part is a command id. Of course you would replace the unique key with something that suits you.

I will update the readme file accordingly. Also you no longer need to install the key-remapper plugin (since brackets now supports remapping keys natively).

Cheers

@mathias7am
Copy link

Solved :

{
    "documentation": "https://github.com/adobe/brackets/wiki/User-Key-Bindings",
    "overrides": {
        "Ctrl-Alt-Shift-1": "codefolding.collapse.all" 
    }
}

Thanks a lot. ;-D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants