morav 0 Posted October 29, 2017 Is there any workflow that can change keyboard layout of typed text? For example if I typed "ghbdtn" and want to convert to russian keyboard layout "привет" (hi). Quote Share this post Link to post
Vasiliy 0 Posted March 11, 2018 This topic is also interesting to me! Мorav, have you found a solution? Quote Share this post Link to post
deanishe 1,076 Posted March 11, 2018 AFAIK, that workflow doesn't exist. It should be simple to make, however, as Alfred can do the hard part for you by grabbing the currently selected text. Basically, you just need a simple script that knows which characters from Latin and Cyrillic layouts are on the same keys. It replaces the Latin/Cyrillic with its counterpart and then Alfred pastes the result back into your application. Quote Share this post Link to post