api-docs icon indicating copy to clipboard operation
api-docs copied to clipboard

ctrl-d doesn't seem to work when searching for documentation

Open rdfuhr opened this issue 8 years ago • 3 comments

I just installed api-docs on my iMac but ctrl-d doesn't seem to work at all when searching for documentation. Could it be that the key binding is clashing with some other Atom package? I am new at this, and have the following packages installed: api-docs, atom-beautify, atom-typescript, autocomplete-paths, emmet, linter, linter-csslint, linter-eslint, linter-htmlhint. I don't expect you to spend any time reviewing any of these other packages but I was just wondering whether I am missing something obvious. I installed the above packages following the advice in Chapter 1 of a book I just purchased, entitled "Front-End Web Development" by Big Nerd Ranch.

rdfuhr avatar Sep 06 '16 18:09 rdfuhr

I am also having this problem. It seems as though theres a conflict with the key bindings for CTRL-D. Check near the bottom of the image for the key-binder resolver. How can i fix this? Can i remap the key? How?

keys-clash

Kbam7 avatar Sep 17 '16 17:09 Kbam7

Same problem here. Any solution?


Ok.

This issue solved: #16

I added

'atom-text-editor':
  'ctrl-d': 'api-docs:search-under-cursor'

to my keymap.cson and now is working nice.

natanfelles avatar Mar 30 '17 01:03 natanfelles

My PR #37 from 9 months ago solves this.

ulidtko avatar Aug 23 '17 09:08 ulidtko