Skip to content

Commit

Permalink
Merge pull request #365 from Scribe3350/SpanishKeys
Browse files Browse the repository at this point in the history
fix: Swapped the Y and Z keys which were in the wrong places on the s…
  • Loading branch information
andrewtavis authored Oct 6, 2023
2 parents 294337b + c5a69ec commit 1ea86c8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]

Expand Down

0 comments on commit 1ea86c8

Please sign in to comment.