Skip to content

Commit

Permalink
SmybolLayout: add alternative keys for spanish language
Browse files Browse the repository at this point in the history
Added upside-down Exclamation  and Question Mark alternative keys (Spanish usage)
  • Loading branch information
Johannes Bichler authored and AndreaRicchi committed Apr 24, 2024
1 parent 76db0aa commit 489e5db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/qml/SymbolLayout.qml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ Item {
Key {
btnKey: Qt.Key_Exclam
btnText: "!"
alternativeKeys: "¡"
inputPanelRef: inputPanel
}

Expand Down Expand Up @@ -219,6 +220,7 @@ Item {
Key {
btnKey: Qt.Key_Question
btnText: "?"
alternativeKeys: "¿"
inputPanelRef: inputPanel
}

Expand Down

0 comments on commit 489e5db

Please sign in to comment.