Skip to content

Commit

Permalink
#33 better comments for German interface variables file
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Jul 20, 2023
1 parent b563c7f commit 06ce8ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Keyboards/LanguageKeyboards/German/DEInterfaceVariables.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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", "ö", "ä"],
Expand All @@ -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", "ü"],
Expand All @@ -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"],
Expand All @@ -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"],
Expand Down

0 comments on commit 06ce8ae

Please sign in to comment.