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 ++++++++ 1 file changed, 8 insertions(+) (limited to 'res/values/arrays.xml') 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 -- cgit v1.2.3