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 &&
|
||||
event.ctrlKey &&
|
||||
event.altKey &&
|
||||
event.metaKey &&
|
||||
event.key === '|' &&
|
||||
!event.defaultPrevented) {
|
||||
|
||||
Reference in New Issue
Block a user