Glavin001 / atom-gitter

(UNMAINTAINED) :calling: Gitter chat integration with Atom.io
https://atom.io/packages/gitter
MIT License
24 stars 4 forks source link

Discussion: Keyboard shortcuts #18

Closed Glavin001 closed 10 years ago

Glavin001 commented 10 years ago

Discussion: Keyboard shortcuts

What should open the create message panel?

Glavin001 commented 10 years ago

Already have added the recommended keyboard shortcuts to the README:

'.editor': # Available from Editor only
  'cmd-ctrl-c': 'gitter:send-selected-code'
'.workspace': # Available Globally
  'cmd-ctrl-x': 'gitter:toggle'
'.gitter.panel': # Available from within the Gitter compose message panel
  'cmd-ctrl-s': 'gitter:send-message'

However, since many packages uses keyboard shortcuts, and Atom does not allow users to change the internal package's keymaps, I am going to leave this empty internally and leave it up to the user so they may customize and not have any conflicts.