facebookarchive / atom-ide-ui

A collection of user interfaces for Atom IDE.
http://ide.atom.io
Other
936 stars 78 forks source link

Keymap collision for Add Project Folder with atom core #313

Open MaybeThisIsRu opened 5 years ago

MaybeThisIsRu commented 5 years ago

Description

screenshot from 2018-10-12 15-40-30

When pressing Ctrl+Shift+A, there is a keymap collision with Atom core. My suggestion is to switch to Ctrl+Alt+A as the core keymap should be respected. Happy to submit a PR tomorrow when I have an off from work.

Expected Behavior

A file dialogue box should open to add a new project folder to Atom.

Actual Behavior

Debugger selection dialog box opens.

Versions

Additional Details

├── atom-ide-ui@0.13.0
├── atom-material-syntax@1.0.8
├── atom-material-ui@2.1.3
├── autocomplete-modules@2.2.2
├── bracket-colorizer@1.2.0
├── busy-signal@1.4.3
├── css-hyperclick@0.1.5
├── dark-plus-syntax@2.5.0
├── editorconfig@2.2.2
├── emmet@2.4.3
├── file-icons@2.1.25
├── git-blame@1.7.0
├── highlight-selected@0.14.0
├── hyperclick-php@0.2.1 (disabled)
├── ide-json@0.2.1
├── ide-php@0.7.15
├── ide-typescript@0.7.8
├── intentions@1.1.5
├── js-hyperclick@1.13.3
├── language-babel@2.85.0
├── linter@2.2.0 (disabled)
├── linter-csslint@2.0.1 (disabled)
├── linter-eslint@8.4.1
├── linter-ui-default@1.7.1 (disabled)
├── minimap@4.29.9
├── minimap-git-diff@4.3.1
├── minimap-highlight-selected@4.6.1
├── monokai-seti@0.9.0
├── php-hyperclick@1.2.1
├── pigments@0.40.2
├── prettier-atom@0.55.2
├── pretty-json@2.0.3 (disabled)
├── seti-syntax@1.2.0
└── toggle-quotes@1.1.1
matthewwithanm commented 5 years ago

Thanks for the report @ruppalsingh! @ebluestein what do you think?