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

Keybindings on Windows/Linux not working #14

Open
Maweypeyyu opened this issue Aug 20, 2015 · 4 comments
Open

Keybindings on Windows/Linux not working #14

Maweypeyyu opened this issue Aug 20, 2015 · 4 comments

Comments

@Maweypeyyu
Copy link

The default key binding are not working on windows and linux as there is no cmd key is available. I'll create a pull request for that.

@DWiechert
Copy link

You can use the windows key - works on Ubuntu.

@Maweypeyyu
Copy link
Author

Ah, I didn't try the Windows key.

@colelawrence
Copy link

Try this for your keymaps file and then disable default

'atom-workspace atom-text-editor':
  'ctrl-alt-shift-right': 'move-panes:move-right'
  'ctrl-alt-shift-left': 'move-panes:move-left'
  'ctrl-alt-shift-up': 'move-panes:move-up'
  'ctrl-alt-shift-down': 'move-panes:move-down'

@spryce
Copy link

spryce commented Apr 28, 2016

*edit - Maweypeyyu's fix does work for me. https://github.com/santip/move-panes/pull/15. I was having some other key conflict with remnants of a long uninstalled package.

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

4 participants