Answer the question
In order to leave comments, you need to log in
Can I do something to make keyboard shortcuts work in Russian layout in Sublime?
I'm already tormented, no keyboard shortcuts work if the Russian layout.
Ubuntu 16
Answer the question
In order to leave comments, you need to log in
All for the future - the solution is:
Preferences - Key Bindings
Insert:
[
{ "keys": ["ctrl+с"], "command": "copy" },
{ "keys": ["ctrl+ч"], "command": "cut" },
{ "keys": ["ctrl+м"], "command": "paste" },
{ "keys": ["ctrl+я"], "command": "undo" },
{ "keys": ["ctrl+shift+я"], "command": "redo" },
{ "keys": ["ctrl+ы"], "command": "save" },
{ "keys": ["ctrl+."], "command": "toggle_comment"},
]
I just checked under Win8 - it works.
So Google on the features of ubuntu/
Googling on request ubuntu local hotkeys gives, for example, this (I didn’t read it myself):
https://www.kobzarev.com/soft/chinim-goryachie-kla...
I closed the program, switched the language and launched it again. It is the language chosen at startup that is important. And then even with Cyrillic CTRL-C CTRL-V will work. I don’t know, maybe it’s just me that works like that, but just in case, I decided to share it with the community.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question