Skip to content

comma and dot are not translated in diktor layout #41

@7kilobytes

Description

@7kilobytes

Hello.
I am using diktor layout with default colemak
Image

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))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions