From 51b330c6168a8b0e0c16482254d4674fbe5476c7 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sun, 13 Nov 2022 00:24:23 +0100 Subject: Allow switching quickly between two layouts A new option allow to choose a secondary layout, the switching key is placed on the top edge of the space bar. The "Programming layout" option was basically doing that but it was possible to choose from a few layouts only. It is improved and renamed. The 'LayoutListPreference' allows setting the string for the first entry but otherwise share the rest of the array. Add nice icons from materialdesignicons. --- srcs/special_font/09.svg | 8 ++------ srcs/special_font/13.svg | 2 ++ srcs/special_font/14.svg | 2 ++ srcs/special_font/result.ttf | Bin 7460 -> 7900 bytes 4 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 srcs/special_font/13.svg create mode 100644 srcs/special_font/14.svg (limited to 'srcs/special_font') diff --git a/srcs/special_font/09.svg b/srcs/special_font/09.svg index 049cc30..ebdc956 100644 --- a/srcs/special_font/09.svg +++ b/srcs/special_font/09.svg @@ -1,6 +1,2 @@ - - - - - - + + diff --git a/srcs/special_font/13.svg b/srcs/special_font/13.svg new file mode 100644 index 0000000..6b4f78a --- /dev/null +++ b/srcs/special_font/13.svg @@ -0,0 +1,2 @@ + + diff --git a/srcs/special_font/14.svg b/srcs/special_font/14.svg new file mode 100644 index 0000000..48b39cc --- /dev/null +++ b/srcs/special_font/14.svg @@ -0,0 +1,2 @@ + + diff --git a/srcs/special_font/result.ttf b/srcs/special_font/result.ttf index f81838f..31a4892 100644 Binary files a/srcs/special_font/result.ttf and b/srcs/special_font/result.ttf differ -- cgit v1.2.3