From 5bec44c128273bd8f4cf13244738d9e2eff70d70 Mon Sep 17 00:00:00 2001 From: sev Date: Sat, 25 May 2024 06:22:49 -0500 Subject: [PATCH] termux: simplify extra-keys, no longer needed --- termux/termux.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/termux/termux.properties b/termux/termux.properties index 9cf0a5a..46a26a6 100644 --- a/termux/termux.properties +++ b/termux/termux.properties @@ -60,13 +60,14 @@ fullscreen = true ### Settings for choosing which set of symbols to use for illustrating keys. ### Choose between default, arrows-only, arrows-all, all and none # extra-keys-style = default +extra-keys-style = all ### Force capitalize all text in extra keys row button labels. # extra-keys-text-all-caps = true ### Default extra-key configuration # extra-keys = [[ESC, TAB, CTRL, ALT, {key: '-', popup: '|'}, DOWN, UP]] -extra-keys = [[ESC, TAB, CTRL, ALT, '/', '~']] +extra-keys = [[DRAWER, KEYBOARD]] ### Two rows with more keys # extra-keys = [['ESC','/','-','HOME','UP','END','PGUP'], \ -- 2.47.0