D.K.

Results 107 comments of D.K.

back to hydra, it works on the first keypress (the bindings are in `global-map`) ```el (define-key global-map [f2 103] 'hydra-zoom/text-scale-increase) (define-key global-map [f2 108] 'hydra-zoom/text-scale-decrease) ``` But then it sets...

@tareefdev Hey! I've pushed a commit which allows you to show the translation for the selected input method, no you can check the remapping yourself. And yes, there are no...

@tareefdev I've pushed a possible solution to "arabic" branch, could you please check if it works for you? If no - please post here the value of the reverse-im--keymaps-alist variable

>but there's a way to get the key position instead of the letter Sure, but there's no way to tell whether we want to insert a "ф" character or the...

> since the project is Xorg-oriented Actually, it works on macOS and Windows as well

do you use the translation from "russian-computer" input method?

could you please provide the results of calling M-x describe-key for all that bindings?

> In summary, it looks wrong to translate the symbols, which have same codes in both English and some other language input method, but correspond to different keys on actual...

Well, there are several problems 1. reverse-im translates key even if it is in English keyboard (I fixed this - `,` will be `,`, not a `?`) 2. Emacs knows...

Thanks @xFA25E. @veronikazaglotova I suppose the idea here is to tell reverse-im to generate translations based on the input method above.