From c5a69ec97530c12ac3053b87f26c15ccf8389cc2 Mon Sep 17 00:00:00 2001 From: LuisSebastianG Date: Thu, 28 Sep 2023 12:40:41 -0700 Subject: [PATCH] fix: Swapped the Y and Z keys which were in the wrong places on the spanish keyboard in ESInterfaceVariables.swift lines 35 and 37 --- .../LanguageKeyboards/Spanish/ESInterfaceVariables.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Keyboards/LanguageKeyboards/Spanish/ESInterfaceVariables.swift b/Keyboards/LanguageKeyboards/Spanish/ESInterfaceVariables.swift index bbeb32ae..268586a9 100644 --- a/Keyboards/LanguageKeyboards/Spanish/ESInterfaceVariables.swift +++ b/Keyboards/LanguageKeyboards/Spanish/ESInterfaceVariables.swift @@ -32,9 +32,9 @@ public enum SpanishKeyboardConstants { // iPad keyboard layouts. static let letterKeysPad = [ ["1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "-", "=", "+"], - ["q", "w", "e", "r", "t", "z", "u", "i", "o", "p", "delete"], + ["q", "w", "e", "r", "t", "y", "u", "i", "o", "p", "delete"], ["a", "s", "d", "f", "g", "h", "j", "k", "l", "ñ", "return"], - ["shift", "y", "x", "c", "v", "b", "n", "m", ",", ".", "shift"], + ["shift", "z", "x", "c", "v", "b", "n", "m", ",", ".", "shift"], ["selectKeyboard", ".?123", "space", ".?123", "hideKeyboard"], // "undo" ]