From 2a37be94f2035445ec697968f049c065ce242321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Wed, 28 Jun 2017 10:17:32 +0200 Subject: [PATCH] Get rid of the scancodes of 00 and 000. --- shared/src/components/popover/tab/keypress/scancodes.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/shared/src/components/popover/tab/keypress/scancodes.json b/shared/src/components/popover/tab/keypress/scancodes.json index 7353bc1b..1bca2b50 100644 --- a/shared/src/components/popover/tab/keypress/scancodes.json +++ b/shared/src/components/popover/tab/keypress/scancodes.json @@ -481,14 +481,6 @@ "explanation": "period" }, "text": "." - }, - { - "id": "176", - "text": "00" - }, - { - "id": "177", - "text": "000" } ] },