-
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
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
Labels
No labels