From 02b571e913dcf7a3b029e1ec56db4a04cfa20651 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 8 Jan 2024 11:37:02 +1000 Subject: Revert "Fix media keys lag on ABNT2 keyboard" From xkeyboard-config!555: That solution was a workaround to fix a bug in Ubuntu 22.04. The bug is described in: - https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/1895486 - https://askubuntu.com/questions/906723/fn-media-keys-slow-delayed-on-ubuntu-gnome-17-04 As the xkeyboard-config is not the cause of that bug, the Scroll Lock key must return because many users use this key in some apps. This reverts commit f3a759524b01b3c8fbe27a8fa3ee76ed30d3adb9. --- symbols/br | 2 ++ 1 file changed, 2 insertions(+) diff --git a/symbols/br b/symbols/br index bca42626..4d1129a3 100644 --- a/symbols/br +++ b/symbols/br @@ -38,6 +38,8 @@ xkb_symbols "abnt2" { // The ABNT-2 keyboard has this special key: key { [ slash, question, degree, questiondown ] }; + modifier_map Mod3 { Scroll_Lock }; + include "kpdl(comma)" include "level3(ralt_switch)" -- cgit v1.2.3