From aa78229b2aef963d5f840b72d8aa3cad3a78dfc4 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sun, 3 Apr 2022 17:15:12 +0200 Subject: Add the Programming Layout option Allow specifying a layout for programming and add a key for switching to it easily. The switching key is placed on the top edge of the space bar. The option has no effect by default because the ergonomic isn't ideal, it needs to be enabled explicitly. Users of Latin-script languages certainly prefer to use one layout (for programming or not). This feature might be removed in favor of a better language-switching mechanisms in the future. --- res/xml/bottom_row.xml | 2 +- res/xml/settings.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'res/xml') diff --git a/res/xml/bottom_row.xml b/res/xml/bottom_row.xml index 3602605..1121aed 100644 --- a/res/xml/bottom_row.xml +++ b/res/xml/bottom_row.xml @@ -2,7 +2,7 @@ - + diff --git a/res/xml/settings.xml b/res/xml/settings.xml index a3d4957..c6900cd 100644 --- a/res/xml/settings.xml +++ b/res/xml/settings.xml @@ -3,6 +3,7 @@ + -- cgit v1.2.3