santip / move-panes

Atom package for moving tabs within panes
https://atom.io/packages/move-panes
MIT License
11 stars 4 forks source link

Keybindings on Windows/Linux not working #14

Open Maweypeyyu opened 9 years ago

Maweypeyyu commented 9 years ago

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 commented 8 years ago

You can use the windows key - works on Ubuntu.

Maweypeyyu commented 8 years ago

Ah, I didn't try the Windows key.

colelawrence commented 8 years ago

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 commented 8 years ago

*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.