abouttreesummaryrefslogcommitdiff
path: root/res/xml/pin.xml
AgeCommit message (Collapse)AuthorFilesLines
2025-01-12Add "paste" to the pin entry layoutJules Aguillon1-1/+1
2024-02-14Don't invert the pin entry layoutJules Aguillon1-1/+1
The pin entry layout shouldn't be inverted as the letter indications would be meaningless and the order would be opposite to what the option specifies. The enter and action key are swapped as the automatic swapping is also removed.
2023-07-29Add '=' to pin entry layoutJules Aguillon1-1/+1
Might be useful in spreadsheets.
2023-03-05Remove the 'edgekeys' attributeJules Aguillon1-1/+1
2023-01-30Apply modify_layout to text layout onlyJules Aguillon1-1/+1
Refactor. Allows to remove the 'extra_keys' and 'num_pad' flags and to implement more complicated transformations to the layouts.
2022-11-06Enable pin layout for decimal and signed inputsJules Aguillon1-2/+2
Decimal and signed inputs are more common than expected. Adding a few keys is enough to support these.
2022-10-24Draw letter indication on the pin layoutJules Aguillon1-8/+8
There is no way to type letters on the pin layout, the indication are decoration only. Use the E.161 standard.
2022-10-24Add the pin entry layoutJules Aguillon1-0/+27
The layout is used for phone number and datetime input boxes as well as some numbers. It is easier to use when the full numeric layout is not needed.