Skip to content

Keyboard layout tolerance #4

@Tyrn

Description

@Tyrn

Hi,

I've been trying to define some chords which should work across different keyboard layouts, something like that:

(key-chord-mode 1)
(key-chord-define-global "LL" "---~")

The above chord works on the English layout only.

(key-chord-mode 1)
(key-chord-define-global "LL" "---~")
(key-chord-define-global "ДД" "---~")

This additional chord uses the same key in Russian; doesn't appear to work, though.

I also use the "localization" package:

;; Shortcuts translation.
(use-package reverse-im
  :ensure t
  :custom
  (reverse-im-input-methods '("russian-computer"))
  :config
  (reverse-im-mode t))

I tried to comment it out experimentally, nothing apparently changed. Is there a way to make my chords "layout tolerant"?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions