adrianlee44 / atom-aligner

Easily align multi-line with support for different operators and custom configurations
https://atom.io/packages/aligner
MIT License
78 stars 3 forks source link

Package doesn't accept Ctrl-Alt-/ #76

Closed tjapro closed 4 years ago

tjapro commented 7 years ago

The atom doesn't recognize Ctrl-Alt-/ from numeric keyboard. Do work I must type Ctrl-Alt-Shift-/. What this happen?

adrianlee44 commented 7 years ago

The current binding is set to Ctrl-Alt-/.

Can you double check if there are conflicted settings by toggling the keybinding resolver with ctrl-. and then press Ctrl-Alt-/. Do you see any other packages other than aligner?

PauloInGitHub commented 6 years ago

Ctrl-Alt-/ places the selected text between { }. My keyboard layout is PT-pt.

adrianlee44 commented 6 years ago

@PauloInGitHub, if Ctrl-Alt-/ is not an ideal keyboard shortcut, you can remap the binding by clicking Atom -> Keymap

Then adding the following few lines:

'atom-text-editor':
  'ctrl-alt-{': 'aligner:align'
adrianlee44 commented 4 years ago

Closing due to inactivity.