From 1be996810f077335f8b795bd50366320725d3e3d Mon Sep 17 00:00:00 2001 From: Pieter Degroote Date: Thu, 28 Dec 2023 21:21:54 +0100 Subject: [PATCH] Add files via upload MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The bullet (•) has been added to the main layout (AltGr + Shift + Space). --- linux-xkb/custom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-xkb/custom b/linux-xkb/custom index 050abf4..b578a36 100644 --- a/linux-xkb/custom +++ b/linux-xkb/custom @@ -59,7 +59,7 @@ xkb_symbols "basic" { key { [ equal, plus, multiply, division ] }; key { [ backslash, bar, enspace, emspace ] }; key { [ backslash, bar, Multi_key, Multi_key ] }; - key { [ space, space, nobreakspace, nobreakspace ] }; + key { [ space, space, nobreakspace, enfilledcircbullet ] }; key { [ grave, asciitilde, Multi_key, Multi_key ] }; key { [ KP_Delete, KP_Decimal ] }; -- 2.47.3