This is a package defining the Russian - QWERTY (aka ЯШЕРТЫ) input mode for Quail, which is the built-in Emacs input mode maanger.
The Russian QWERTY input method is based on the macOS input method of the same name (which used to be called “Russian Phonetic”):
As a Russian kid growing up in Europe, I never learned to type on the “normal” ЙЦУКЕН layout, and this layout has been a useful convenience for me. It is my hope that it might help someone else in this situation!
Install the package or evaluate quail-russian-qwerty.el
, and the russian-qwerty
input method will be available to select via M-x set-input-method
.
In your packages.el
:
(package!
quail-russian-qwerty
:recipe (:host github
:repo "goshatch/quail-russian-qwerty"
:files ("*.el")))
In your config.el
:
(use-package! quail-russian-qwerty)
If you notice any problems, please open an issue on the issue tracker. Alternatively, please feel free to email me or find me on Twitter.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.