atom / atom-keymap

Atom's selector-based keymap system
MIT License
105 stars 58 forks source link

How to know how to phrase keymaps? #140

Closed ghost closed 8 years ago

ghost commented 8 years ago

Both of these work. Why is that? What is the meaning of the first key?

'atom-workspace':
  'cmd-alt-2': 'pane:split-right'
'atom-text-editor':
  'cmd-alt-2': 'pane:split-right'

Atom v1.9.9 Mac OS v10.11.6 (El Capitan)

mnquintana commented 8 years ago

Please take a look at http://flight-manual.atom.io/using-atom/sections/basic-customization/#customizing-keybindings

Also, we're trying to control the amount of Issues that we have to triage and track. For general questions, the Atom message board is where you'll probably be able to find answers faster.