From 573c13fb825f41a926dca838ef5a396ccce6a3eb Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sat, 11 Dec 2021 17:05:49 +0100 Subject: Add Swedish First add the 'ring' accent. The swedish language uses the qwerty layout and three accents (aigu, trema, ring) --- srcs/juloo.keyboard2/Config.java | 1 + 1 file changed, 1 insertion(+) (limited to 'srcs/juloo.keyboard2/Config.java') diff --git a/srcs/juloo.keyboard2/Config.java b/srcs/juloo.keyboard2/Config.java index 67722c5..8c6a46a 100644 --- a/srcs/juloo.keyboard2/Config.java +++ b/srcs/juloo.keyboard2/Config.java @@ -118,6 +118,7 @@ class Config case "tilde": return KeyValue.FLAG_ACCENT4; case "cedille": return KeyValue.FLAG_ACCENT5; case "trema": return KeyValue.FLAG_ACCENT6; + case "ring": return KeyValue.FLAG_ACCENT_RING; default: throw new RuntimeException(name); } } -- cgit v1.2.3