P
P
plrov2019-06-23 13:29:08
Keyboard layout
plrov, 2019-06-23 13:29:08

Different keyboard layouts in different applications (Windows)?

The essence is banal - 3 languages, the third is used only in one application. And so there are Ukrainian and Russian - between them you see the difference when only when you stumble upon Y (I), E (Є), etc. The question is purely convenience - switching layouts is not difficult.
Is there a utility that will allow you to cut out a certain language in all applications, leaving it in only one? Just so I can't even switch to it.
About programs that shine language tips near the text pointer - I know, but alas, they do not work correctly in the same Firefox.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
plrov, 2019-06-23
@plrov

A partial solution was found thanks to Moskus & SOTVM - through the Punto Switcher utility.
An example of program settings
That is, the essence is to assign the switch "eng-ru" to one combination, and "eng-ru-ukr" (my case) to another.
UPD1 from 30.06
Another solution. Essence - on клавиша + ы => i; клавиша + shift + ы => Іand so on. Set AutoHotKey for key remapping. Create a script (RMB in any folder - create - AutoHotKey Script).
Script code example

!+S::Send {ASC 0178} ; alt + shift + S (Ы, для русской раскладки) = І. Ремаппинг заглавных должен быть перед строчными!
!s::Send {ASC 0179} ; alt + s (ы, для русской раскладки) = і
!+'::Send {ASC 0170} ; alt + shift + ' (Э, для русской раскладки) = Є
!'::Send {ASC 0186} ; alt + ' (э, для русской раскладки) = є

B
benipaz, 2019-06-23
@benipaz

Is there a program to automatically change the keyboard layout when the programs focus?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question