From 85172a3c68f6c17e4d910ac9f20b91d478ced7ed Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Fri, 8 Jul 2022 08:53:39 +0200 Subject: remove a special rule for IBM Spacesaver boards that is no longer needed Fourteen years ago, commit b69a8bdff0 added a rule for redefining the key for IBM Spacesaver keyboards in order to have `Num_Lock` on both levels. This was needed to overwrite `Pointer_EnableKeys` that was on the second level by default, which interfered with how the Spacesaver NumLock key worked (https://bugs.freedesktop.org/16767). Two years later, commit 1bc01a5eaa removed the default assignment of `Pointer_EnableKeys` to the second level of , thus making the special rule for IBM Spacesavers redundant. (There are still a few vendor files that assign `Pointer_EnableKeys`. These assignments should probably be removed too.) Signed-off-by: Benno Schulenberg --- .gitlab-ci/inet.in | 9 --------- 1 file changed, 9 deletions(-) (limited to '.gitlab-ci') diff --git a/.gitlab-ci/inet.in b/.gitlab-ci/inet.in index f237f79..149d03b 100644 --- a/.gitlab-ci/inet.in +++ b/.gitlab-ci/inet.in @@ -962,15 +962,6 @@ xkb_symbols "thinkpad60" { key { [ XF86VendorHome ] }; }; -// IBM Space Saver -partial alphanumeric_keys -xkb_symbols "ibm_spacesaver" { - key { - type="ONE_LEVEL", - symbols[Group1]= [ Num_Lock ] - }; -}; - // Logitech -- cgit v1.2.1