I have mapped the numpad 4 key to a { symbol using xmodmap for both
russian and english layouts:
keycode 83 = braceleft braceleft braceleft braceleft
So everywhere except vim that key works like {. But in vim I use
russian-jcukenwin keymap for russian language, where I have:
{ Х CYRILLIC CAPITAL LETTER HA
So when I press the numpad 4 key, vim receives it like a { and maps it
to russian X. And I can't map the <kLeft> because vim receives
{ instead of it. Can I map the raw keycode 83 to a { in vim for the
russian keymap?
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---