From 61dd9c27d992fc647e2d0b4b062235586f1bb4e3 Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 5 Apr 2022 20:03:32 +0200 Subject: [PATCH] fixed incorrect keys being replaced by the layout emulator closes #2800 --- frontend/src/scripts/test/layout-emulator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/scripts/test/layout-emulator.ts b/frontend/src/scripts/test/layout-emulator.ts index ec5c13fe0..e4b8e3a23 100644 --- a/frontend/src/scripts/test/layout-emulator.ts +++ b/frontend/src/scripts/test/layout-emulator.ts @@ -106,8 +106,8 @@ export async function getCharFromEvent( "KeyL", "Semicolon", "Quote", + "Backslash", "IntlBackslash", - "Backquote", "KeyZ", "KeyX", "KeyC",