From 06ce8aef218059a4382e5127dad6b455712f25b4 Mon Sep 17 00:00:00 2001 From: Andrew Tavis McAllister Date: Thu, 20 Jul 2023 21:35:36 +0200 Subject: [PATCH] #33 better comments for German interface variables file --- .../LanguageKeyboards/German/DEInterfaceVariables.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Keyboards/LanguageKeyboards/German/DEInterfaceVariables.swift b/Keyboards/LanguageKeyboards/German/DEInterfaceVariables.swift index 630febee..cd05caf2 100644 --- a/Keyboards/LanguageKeyboards/German/DEInterfaceVariables.swift +++ b/Keyboards/LanguageKeyboards/German/DEInterfaceVariables.swift @@ -7,7 +7,7 @@ import UIKit public enum GermanKeyboardConstants { - // Keyboard key layouts. + // iPhone keyboard layouts. static let letterKeysPhone = [ ["q", "w", "e", "r", "t", "z", "u", "i", "o", "p", "ü"], ["a", "s", "d", "f", "g", "h", "j", "k", "l", "ö", "ä"], @@ -29,6 +29,7 @@ public enum GermanKeyboardConstants { ["ABC", "selectKeyboard", "space", "return"], // "undoArrow" ] + // iPad keyboard layouts. static let letterKeysPad = [ ["1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "-", "=", "delete"], ["q", "w", "e", "r", "t", "z", "u", "i", "o", "p", "ü"], @@ -51,7 +52,7 @@ public enum GermanKeyboardConstants { ["selectKeyboard", "ABC", "space", "ABC", "hideKeyboard"], // "undoArrow" ] - // Expanded pad layouts for wider devices. + // Expanded iPad keyboard layouts for wider devices. static let letterKeysPadExpanded = [ ["^", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "ß", "´", "delete"], ["indent", "q", "w", "e", "r", "t", "z", "u", "i", "o", "p", "ü", "+", "return"], @@ -60,8 +61,7 @@ public enum GermanKeyboardConstants { ["selectKeyboard", ".?123", "space", ".?123", "hideKeyboard"], // "microphone", "scribble" ] - //added for symbolKeysPadExpanded - static let symbolKeysPadExpanded = [ + static let symbolKeysPadExpanded = [ ["`", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "<", ">", "delete"], ["indent", "[", "]", "{", "}", "#", "%", "^", "*", "+", "=", "\"", "|", "return"], ["undo", "-", "/", ":", ";", "(", ")", "$", "&", "@", "£", "¥", "~", "return"],