wvkbd

git clone https://git.tarina.org/wvkbd
Log | Files | Refs | README | LICENSE

commit fabdd72c03b73fb5fff8c3f9860188357cb6c0bc
parent 8a090c08661a15bbe6f9d58dfa1630a18f653dc8
Author: Maarten van Gompel <proycon@anaproy.nl>
Date:   Sat, 18 Sep 2021 20:15:56 +0200

added missing o with diaresis

Diffstat:
Mlayout.mobintl.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/layout.mobintl.h b/layout.mobintl.h @@ -631,6 +631,7 @@ static struct key keys_compose_o[] = { {"ó", "Ó", 1.0, Copy, 0x00F3, 0, 0x00D3}, {"ô", "Ô", 1.0, Copy, 0x00F4, 0, 0x00D4}, {"õ", "Õ", 1.0, Copy, 0x00F5, 0, 0x00D5}, + {"ö", "Ö", 1.0, Copy, 0x00F6, 0, 0x00D6}, {"ø", "Ø", 1.0, Copy, 0x00F8, 0, 0x00D8}, {"ō", "Ō", 1.0, Copy, 0x014D, 0, 0x014C}, {"ŏ", "Ŏ", 1.0, Copy, 0x014F, 0, 0x014E},