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:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user