deerawan / vscode-dash

Dash, Zeal and Velocity documentation integration in Visual Studio Code 🔎📖
MIT License
289 stars 23 forks source link

Ctrl + H Fails to Work for Java File #31

Closed xlinshan closed 6 years ago

xlinshan commented 6 years ago

My environment is VSC 1.24.1 on macOS 10.13.5, with the Java Language Support extension installed.

Pressing ctrl + h has no response, but ctrl + alt + h, ctrl + shift + h, and alt + h do work as descripted in the document.

xlinshan commented 6 years ago

It turns out that there were other actions already bound to ctrl + h by the vim extension, and there is a default deleteLeft action bound to ctrl + h on VSC also.

I suggest changing the keybinding since the existing one was occupied by default.

deerawan commented 6 years ago

@xlinshan you can change dash keyboard shortcut to something else https://github.com/deerawan/vscode-dash#change-keyboard-shortcut

I'll close this ticket and will consider whether we want to change the default shortcut.

Thank you @xlinshan 👍