deerawan/vscode-dash

Ctrl + H Fails to Work for Java File

xlinshan opened this issue · 2 comments

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.

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.

@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 👍