From 3ac19d90d4e588a97576e79ff2f21cfd7cd8ca51 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Sun, 17 Dec 2023 19:47:31 +0100 Subject: [vlom] fix parens --- xkb_vlom_wide | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xkb_vlom_wide') diff --git a/xkb_vlom_wide b/xkb_vlom_wide index ef544c0..9c8cdd9 100644 --- a/xkb_vlom_wide +++ b/xkb_vlom_wide @@ -13,8 +13,8 @@ xkb_symbols "vlom_wide" { key { [ equal, plus ] }; key { [ 7, ampersand ] }; key { [ 8, asterisk ] }; - key { [ 9, parenleftquotemark ] }; - key { [ 0, parenrightequotemark ] }; + key { [ 9, parenleft ] }; + key { [ 0, parenright ] }; key { [ minus, underscore ] }; key { [ v, V ] }; -- cgit v1.2.3