-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Meta bindings doesn't work with Russian (windows) #4
Comments
I have actually tried the following: works: doesn't work looks like some meta bindings are kind of special? |
If I do |
meta key is already in reverse-im-modifiers list, so there's no need to add it. What does M-x describe-key M-и say? Do you use any non-standard layout (dvorak, colemak etc)? |
I use standard qwerty
|
Does it work when english layout is active? (I mean M-b)? And if it does - what about "Alt-и" shortcuts in other apps? |
Yes it works in english layout. (M-b) I am not sure where to check if M-и works in another applications though. I have binded M-m as expand-region hotkey and it works for M-ь |
Found the problem -- it works with Left Alt but doesn't work with the Right Alt which is AltGr. |
So I have solved it by remapping on OS level AltGr to Left Alt. Thx! |
You have in description that Meta bindings are translated too.
I have tried Meta+а, Meta+и -- they do nothing (I expect them to move word forward, backward)
Are Meta bindings supported?
Thx!
PS
I have tried to add (add-to-list 'reverse-im-modifiers 'meta) -- doesn't work too.
PPS
Ctrl+Meta+а and Ctrl+Meta+и works...
PPPS
My config is
(use-package reverse-im
:config
(add-to-list 'reverse-im-modifiers 'meta)
(reverse-im-activate "russian-computer"))
The text was updated successfully, but these errors were encountered: