-
Notifications
You must be signed in to change notification settings - Fork 84
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
switch between layouts #79
Comments
perhaps this will solve the problem? (defun my-toggle-layout () |
@xahlee Thx a lot for the function. I will test it here. |
@xahlee https://github.com/OrionRandD/dotfiles/tree/master/xah_fly_keys |
It is not really an issue.
But, a PR. Since I am not very familiar with PRs, I had a chat with Xah in his discord channel and asked for him, if possible, to implement a function in xah-fly-keys to change the keyboard layouts on the fly to write documents in emacs in multiple languages. e.g. I need 5 keyboard layouts to write some documents:
I have this setup in my init.el for two languages. I know that xah-fly-keys does not support all the above layouts... sigh! But, even setting emacs for xah-fly-keys to use 2 layouts, I have to comment/uncomment these lines in my init.el and eval one of them to use one or another
(xah-fly-keys-set-layout "qwerty-abnt") ; required
;; (xah-fly-keys-set-layout "qwerty") ; required
So, it is kind of painful...
The text was updated successfully, but these errors were encountered: