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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xkb_vlom') 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 ] }; -- cgit v1.2.3