From e3b54061dd66c98f38a1afdf25c68bc3cc57db98 Mon Sep 17 00:00:00 2001 From: precondition <57645186+precondition@users.noreply.github.com> Date: Fri, 12 Aug 2022 23:48:18 +0200 Subject: [PATCH] Set keymap_russian.isANSI to true --- src/i18n/keymap_extras/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/keymap_extras/index.js b/src/i18n/keymap_extras/index.js index 1f2b34c4e9..dc25e3c125 100644 --- a/src/i18n/keymap_extras/index.js +++ b/src/i18n/keymap_extras/index.js @@ -53,7 +53,7 @@ export default { keymap_russian: { prefix: 'RU', sendstring: '', - isANSI: false, + isANSI: true, locales: ['ru-RU', 'ru'], keycodeLUT: russian }