[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#66040: 30.0.50; The XF86AudioLowerVolume on keyboard cannot be detec
From: |
Mauro Aranda |
Subject: |
bug#66040: 30.0.50; The XF86AudioLowerVolume on keyboard cannot be detected correctly |
Date: |
Tue, 3 Oct 2023 07:12:35 -0300 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 |
On 2/10/23 22:01, Po Lu wrote:
> Mauro Aranda <maurooaranda@gmail.com> writes:
>
>> I've found through bisecting that the following commit, which references
>> this Bug Report, has affected input of some characters for me.
>>
>> commit 12aca0f90d7aeaa8444508245e7596a64f2e8dce
>> Author: Po Lu <luangruo@yahoo.com>
>> Date: Sun Oct 1 17:07:58 2023 +0800
>>
>> Update Android port
>>
>> * doc/emacs/input.texi (On-Screen Keyboards): Revise
>> documentation to reflect changes.
>>
>> * src/keyboard.c (lispy_function_keys) <KEYCODE_DPAD_CENTER>:
>> Define select key absent out of negligence.
>>
>> * src/xterm.c (syms_of_xterm) <x-quit-keysym>: Default to nil.
>> (bug#66040)
>>
>> ---
>>
>> In a working checkout, I do:
>> emacs -Q
>> Hit the keys that would insert '^' twice, and I see ^ in the buffer.
>>
>> I'm used to hit those keys twice, that's not a problem. The first time
>> I type I see an indication, in case I want to type something like â.
>>
>> After the cited commit, I do:
>> emacs -Q
>> Hit the keys that would insert '^' once, and I see that indication. But
>> then, if I hit it again, Emacs says 'Quit'. And there's no way for me
>> to insert ^, or â, or anything like that.
>
> Please try again, thanks.
Fixed, thanks.