mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-30 18:46:26 +01:00
more
This commit is contained in:
@@ -126,7 +126,7 @@ class AccessibleView extends Disposable {
|
||||
this._register(this._editorWidget.onKeyUp((e) => {
|
||||
if (e.keyCode === KeyCode.Escape) {
|
||||
this._contextViewService.hideContextView();
|
||||
} else if (e.keyCode === KeyCode.KeyD) {
|
||||
} else if (e.keyCode === KeyCode.KeyD && this._configurationService.getValue(settingKey)) {
|
||||
this._configurationService.updateValue(settingKey, false);
|
||||
} else if (e.keyCode === KeyCode.KeyH && provider.options.readMoreUrl) {
|
||||
const url: string = provider.options.readMoreUrl!;
|
||||
|
||||
Reference in New Issue
Block a user