Change the shortcut which enables the USB stack test code, so that it can be triggered with the default Mac US keymap.

This commit is contained in:
László Monda
2018-07-26 22:15:21 +02:00
parent 38184e7968
commit cec891a2c0

View File

@@ -68,7 +68,6 @@ export class MainAppComponent implements OnDestroy {
if (event.shiftKey && if (event.shiftKey &&
event.ctrlKey && event.ctrlKey &&
event.altKey &&
event.metaKey && event.metaKey &&
event.key === '|' && event.key === '|' &&
!event.defaultPrevented) { !event.defaultPrevented) {