From cec891a2c034e37f100766093c42372d26e80cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Thu, 26 Jul 2018 22:15:21 +0200 Subject: [PATCH] Change the shortcut which enables the USB stack test code, so that it can be triggered with the default Mac US keymap. --- packages/uhk-web/src/app/app.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/uhk-web/src/app/app.component.ts b/packages/uhk-web/src/app/app.component.ts index 530a0223..0f10177d 100644 --- a/packages/uhk-web/src/app/app.component.ts +++ b/packages/uhk-web/src/app/app.component.ts @@ -68,7 +68,6 @@ export class MainAppComponent implements OnDestroy { if (event.shiftKey && event.ctrlKey && - event.altKey && event.metaKey && event.key === '|' && !event.defaultPrevented) {