From 3ed601a7e80081b72a742d4e5ae5600754684b76 Mon Sep 17 00:00:00 2001 From: Sebastian Krzyszkowiak Date: Tue, 28 Jan 2020 20:51:15 +0100 Subject: [PATCH] layout: terminal: Replace actions button with period on symbols view Commit ab67bd2c5cf2e1746f6b2616e93562d5f566dcdb took things a bit too far and completely removed the period button. --- data/keyboards/terminal.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/keyboards/terminal.yaml b/data/keyboards/terminal.yaml index 2249a4b3..6fb48544 100644 --- a/data/keyboards/terminal.yaml +++ b/data/keyboards/terminal.yaml @@ -22,12 +22,12 @@ views: - "1 2 3 4 5 6 7 8 9 0" - "@ # $ % & - _ + ( )" - "show_symbols , \" ' colon ; ! ? BackSpace" - - "show_letters preferences space show_actions Return" + - "show_letters preferences space period Return" symbols: - "~ ` | · √ π τ ÷ × ¶" - "© ® £ € ¥ ^ ° * { }" - "show_numbers_from_symbols \\ / < > = [ ] BackSpace" - - "show_letters preferences space show_actions Return" + - "show_letters preferences space period Return" actions: - "F1 F2 F3 F4 F5 F6" - "F7 F8 F9 F10 F11 F12"