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

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

Re: "ctrl+shift+u codepoint enter"


From: Pierre-Henry F.
Subject: Re: "ctrl+shift+u codepoint enter"
Date: Mon, 29 Apr 2019 07:31:38 +0000

-------- Message d'origine --------
On 29 avr. 2019 à 09:25, a écrit :
On Sun, Apr 28, 2019 at 07:24:29PM -0400, Noam Postavsky wrote: > On Sun, 28 
Apr 2019 at 17:46, Pierre-Henry F. wrote: > > > Is there a way to make Emacs 
accept utf8 characters as other applications do on linux using IBus? > > For 
example, `ctrl+shift+u 1642 enter` should be interpreted as the character `ᙂ` 
but is does not. > > How to make this happen? > > Not sure about IBus, but you 
could try > > (define-key global-map (kbd "C-S-u") 'insert-char) > > (Emacs' 
default binding for insert-char is C-x 8 RET). With the neat feature that you 
don't have to hammer in the hex code, but you can also start typing "smi" and 
TAB and you are offered all the codes whose Unicode name starts with SMI, from 
"SMILE" through "SMILING CAT FACE WITH HEART-SHAPED EYES" up to "SMIRKING 
FACE". Can IBus do that? Cheers -- t

Well, my keycodes are sent from a keyboard configured with QMK. The nice thing 
is that it works in most applications except Emacs.

The keyboard sends the "ctrl+shift+u 1234 space" sequence of bytes that is 
interpreted as the U+1234 Unicode Character.

Cheers
Phf

Envoyé depuis ProtonMail mobile

reply via email to

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