-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hello.
I am using diktor layout with default colemak

so, from colemak the latters "b", "B", "p" and "P" are ".", "!", "," and "?" correspondingly.
In my custom im file I have the following translations:
...
("p" ?,)
("b" ?.)
...but this keys are not working as expected. For example, for C-є . it is translated as C-x .:
C-x . (translated from C-є .) runs the command set-fill-prefix (found in
global-map), which is an interactive native-comp-function in ‘fill.el’.
It is bound to C-x ..
(set-fill-prefix)The same is for "p". C-, is translated as C-, but not as C-p
Here is the configuration which I use:
(use-package cyrillic-diktor-im
:load-path "~/.config/emacs/packages/diktor-im"
:ensure nil
)
(use-package char-fold
:custom
(char-fold-symmetric t)
(search-default-mode #'char-fold-to-regexp))
(use-package reverse-im
:ensure t
:after char-fold
:custom
(reverse-im-input-methods '("cyrillic-diktor"))
:config
(reverse-im-mode t))Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels