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

ctrl-c keybinding conflict in linux #120

Closed
rhoconlinux opened this issue May 12, 2014 · 5 comments
Closed

ctrl-c keybinding conflict in linux #120

rhoconlinux opened this issue May 12, 2014 · 5 comments

Comments

@rhoconlinux
Copy link

Hey. Awesome work.
The issue is that ctrl-c keybinding conflicts with the classic [ctrl-c]= edit > copy
So once the package is installed, the copy shortcut doesn't work anymore. :)
Cheers!

(Personally I modify it to ctrl-q that makes sense and doesn't have any conflict)

@rgbkrk
Copy link
Member

rgbkrk commented May 12, 2014

What are all the keybindings you're using now?

@rhoconlinux
Copy link
Author

This is my setup.


  'shift-ctrl-b': 'script:run'
  'ctrl-w': 'script:close-view'
  'ctrl-q': 'script:kill-process'
  'shift-ctrl-alt-o': 'script:run-options'

to see the conflicts I found useful:
ctrl+shit+p >>> "Settings View: show key bindings" >>> [and type:] ctrl-c [to see that shortcut conflicts]

@smashwilson
Copy link
Collaborator

👍 on this. I thought it was an Atom bug 😉 Maybe I'll take a stab at scoping the keybindings by platform, later.

How would you feel about only accepting kill-process from script output windows, by the way? Binding it to .editor seems like overkill.

@rgbkrk
Copy link
Member

rgbkrk commented May 15, 2014

How would you feel about only accepting kill-process from script output windows, by the way? Binding it to .editor seems like overkill.

👍

@rgbkrk
Copy link
Member

rgbkrk commented Jun 9, 2014

Fixed by #132.

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