From c17b53ce7f16c202f139aff98a65f8d859f4412b Mon Sep 17 00:00:00 2001
From: Jules Aguillon
Date: Sat, 10 Dec 2022 19:39:22 +0100
Subject: Add option 'numpad_layout'
Allow choosing whether to show the high or the low digits first. The
numeric pane and the numpad are affected by the option.
---
res/values/arrays.xml | 8 ++++++++
res/values/strings.xml | 3 +++
2 files changed, 11 insertions(+)
(limited to 'res/values')
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 524da3d..a43772c 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -71,6 +71,14 @@
- @string/pref_show_numpad_landscape
- @string/pref_show_numpad_always
+
+ - high_first
+ - low_first
+
+
+ - @string/pref_numpad_layout_e_high_first
+ - @string/pref_numpad_layout_e_low_first
+
- 1
- 2
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a565b09..640e03a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -16,6 +16,9 @@
Never
Only in landscape mode
Always
+ NumPad layout
+ High digits first
+ Low digits first
Automatic capitalisation
Press Shift at the beginning of a sentence
Add keys to the keyboard
--
cgit v1.2.3