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

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

Re: Trapping prefixes with universal argument component


From: Emanuel Berg
Subject: Re: Trapping prefixes with universal argument component
Date: Sat, 21 Aug 2021 07:22:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Yuri Khan wrote:

>>> Can't you `C-h k KEY', find out their names, and
>>> rebind them?
>>
>> I hadn't thought of that: It turns out that all three keys
>> send <M-kp-0>
>
> This seems to be the Windows-specific way to enter
> characters by holding down Alt and typing the decimal
> character code. 40 is U+0028 ‘(’, 41 is U+0029 ‘)’ and 61 is
> U+003D ‘=’.

Great, then you (the OP) can disable with, e.g.,

  (define-key input-decode-map [?\u0028] nil)

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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