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

Keymapping on Ubuntu #378

Closed
Cxarli opened this issue Apr 2, 2016 · 3 comments
Closed

Keymapping on Ubuntu #378

Cxarli opened this issue Apr 2, 2016 · 3 comments

Comments

@Cxarli
Copy link
Contributor

Cxarli commented Apr 2, 2016

I've edited the keymap manually for a few updates now, but I think it's better to implement this globally.
On Ubuntu, CTRL-ALT-T opens a terminal, so when I try to select a target, it fails. I've manually changed this to CTRL-ALT-N to keep the BVGHN keys for build. (They're close to each other on a QWERTY keyboard). Maybe we could change this for everyone, as I suspect a few people will be using Ubuntu (or another distro that has CTRL-ALT-T assigned to opening a terminal on default, for example Debian)

@noseglid
Copy link
Owner

noseglid commented Apr 2, 2016

You wouldn't have to change it for every update. Rather change your keymaps (Command palette -> Application: Open Your Keymap) and add

".platform-linux atom-workspace, .platform-linux atom-text-editor":
    '"ctrl-alt-n": "build:select-active-target"

And it will persist updates. Of course you can add more custom keybindings. See keymaps/build.json for the ones defined by default.

@jhasse
Copy link
Contributor

jhasse commented Apr 3, 2016

This has already been fixed in #215. Try F7 to select the target :)

@Cxarli
Copy link
Contributor Author

Cxarli commented Apr 4, 2016

Oh wow @jhasse, someone obviously didn't RTFM. Thanks! Closing this

@Cxarli Cxarli closed this as completed Apr 4, 2016
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