M
M
Marty McFly2018-06-07 17:26:19
ubuntu
Marty McFly, 2018-06-07 17:26:19

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

3 answer(s)
M
Marty McFly, 2018-06-08
@alex_shevch

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"},
]

V
VMesser, 2018-06-07
@VMesser

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

A
Alexey, 2019-05-10
@dj--alex

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 question

Ask a Question

731 491 924 answers to any question