-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Text converter between different keyboard layouts #14850
Comments
this is actually a really neat idea. Testing i have different keyboards installed and i do this ALL THE TIME |
I always wanted for this type of feature to exist somewhere. I really hope it gets implemented. |
This is an amazing feature. The app that does this, Punto Switcher, was made in Russia once, sold to Yandex for 100k USD, and now it's quite frightening to continue using it. There are some alternatives for: Seems like all of these are maid by Russians or anonymous groups. Rooting for your implementation of this brilliant idea! |
@MikronT Maybe you should try Mahou. https://github.com/BladeMight/Mahou/releases/tag/latest-commit |
@MikronT Thanks for putting your time and effort into such a detailed description. |
That would be a fantastic feature for all who uses more than one keyboard layout, looking forward to see it 👍 |
Is this feature already implemented? |
Not implemented yet, but the fact the issue is still open gives hope it will be someday. |
wait it so much! |
نامفهوم زبان فارسی |
iraniزبان فارسی |
It would be so great if this could be implemented as soon as possible. |
Description of the new feature / enhancement
A new keyboard shortcut (something like Win+Shift) to switch between keyboard layouts like Win+Space does but WITH converting selected text to the chosen keyboard layout.
Scenario when this would be used?
When you have 2+ different keyboard layouts installed and need to switch between them very often, you can mistakenly start typing text on the wrong one.
For example, I have 3 keyboard layouts installed: for typing in Ukrainian, Russian, and English. Chatting with friends in Ukrainian, searching for some info in Russian, and coding simultaneously require changing the layout every time I switch between these activities. I often forget about this and start typing with the wrong one selected producing something like
Ghbdsn? zr cghfdb
instead ofПривіт, як справи?
orмукн шьзщкефте ьуыыфпу
instead ofvery important message
. Sometimes you can write a very large piece of text on the wrong keyboard layout and then have to retype everything.With a specific keyboard shortcut, you can select that text written on the wrong layout, hold down Win, and press Shift several times to convert the selected text. Example scenario:
Select
мукн шьзщкефте ьуыыфпу
-> hold down Win and press Shift once (conversion to Ukrainian happens) ->мукн шьзщкефте ьуііфпу
still not the right one -> press Shift again (conversion to English happens) ->very important message
finally the right one!Additionally, the new shortcut can also send Win+Space to also display the system's built-in language switching dialog and change the layout to let the user continue typing with the right one selected.
Supporting information
No response
The text was updated successfully, but these errors were encountered: