bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57904: 28.2; Holding capslock key on colemak layout does not keep er


From: Po Lu
Subject: bug#57904: 28.2; Holding capslock key on colemak layout does not keep erasing
Date: Sun, 18 Sep 2022 15:19:19 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Nikita Romanyuk <kelvium@yahoo.com> writes:

> Date: Sat, 17 Sep 2022 21:42:37 +0300
> Message-ID: <87edw9deqq.fsf@yahoo.com>
> --text follows this line--
>
> I'm running GNU/Emacs on Wayland wlroots compositor Sway, via Xwayland
> and I'm using colemak keyboard layout which has Caps-lock key bound to
> Backspace. I expect holding Caps-lock to behave the same as holding
> Backspace. However, it does not. When I hold Backspace it starts erasing
> text, until I unhold it. But when I hold Caps-lock key, it erases one
> single character and stops. This is incorrect.

Do the extra <backspace> events you expect reach Emacs?  You can check
by running the following code:

  (while t (message "%s %s" (float-time) (read-char)))

and checking to see if the timestamp increases while Caps Lock is held
down.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]