You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you think you could update this library to use xkbswitch -ge and -se for getting and setting instead of just -g and -s?
The e in makes the return value the full name of the keyboard layout instead of just a number. The number of a given keyboard layout does not seem to be consistent whereas the name is. This would make it possible to use
let g:XkbSwitchNLayout = 'US'
to ensure that normal mode always uses the US keyboard layout, even if I started Vim when I was in some other mode.
I have tried this out, and it does indeed work, but I am too unsure how to deal with Xcode to do a pull request as I might mess up some settings. (For example, I did not manage to make the build product end up in the right place).
The text was updated successfully, but these errors were encountered:
Hi!
Do you think you could update this library to use xkbswitch -ge and -se for getting and setting instead of just -g and -s?
The e in makes the return value the full name of the keyboard layout instead of just a number. The number of a given keyboard layout does not seem to be consistent whereas the name is. This would make it possible to use
let g:XkbSwitchNLayout = 'US'
to ensure that normal mode always uses the US keyboard layout, even if I started Vim when I was in some other mode.
I have tried this out, and it does indeed work, but I am too unsure how to deal with Xcode to do a pull request as I might mess up some settings. (For example, I did not manage to make the build product end up in the right place).
The text was updated successfully, but these errors were encountered: