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 | 4 ++-- xkb_vlom_wide | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xkb_vlom b/xkb_vlom index 4f6edf4..62af626 100644 --- a/xkb_vlom +++ b/xkb_vlom @@ -12,8 +12,8 @@ xkb_symbols "vlom" { key { [ 6, asciicircum ] }; key { [ 7, ampersand ] }; key { [ 8, asterisk ] }; - key { [ 9, parenleftquotemark ] }; - key { [ 0, parenrightequotemark ] }; + key { [ 9, parenleft ] }; + key { [ 0, parenright ] }; key { [ minus, underscore ] }; key { [ equal, plus ] }; 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