klorenz / atom-regex-railroad-diagrams

display regex as railroad diagram, if cursor moves to it
MIT License
250 stars 31 forks source link

Keybinding conflict with Atom's Symbols View #91

Open darahak opened 7 years ago

darahak commented 7 years ago

Package version: 0.19.3

The newly introduced keybinding CTRL-R, CTRL-R is conflicting with Symbols View that is triggered with CTRL-R.

Unless I hit another key after the first part, SV won't open. It still works, but it gives the impression that SV is disabled.

I was hoping we could agree on another set of keybindings for this package?

ghost commented 6 years ago

I would also like to see this keybinding changed. Personally I have added to following in my keymap.cson as a work around:

'.platform-linux, .platform-win32':
  'ctrl-k ctrl-r': 'regex-railroad-diagram:show'
  'ctrl-r ctrl-r': 'unset!'
kylebarron commented 6 years ago

It would be nice if this package had customizable keybindings. For most packages you can unset the default keybindings, but for this one you can't.