Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
DeXP committed Apr 4, 2013
1 parent b5ebc6b commit 170060c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ xkb-switch-lib API port to Win32/Win64. Needed for [vim-xkbswitch plugin](http:/
Installation and configuring
----------------------------

In windows you need not only the plugin, but DLL-files from /bin folder. If you have 64-bit Vim, you need libxkbswitch64.dll. For 32-bit version use libxkbswitch32.dll. If you do not know - you can get both, plugin detects version automatically.
In windows you need not only the plugin, but DLL-files from [/bin](https://github.com/DeXP/xkb-switch-win/tree/master/bin) folder. If you have 64-bit Vim, you need libxkbswitch64.dll. For 32-bit version use libxkbswitch32.dll. If you do not know - you can get both, plugin detects version automatically.

By default you need to put DLL-file into top directory of Vim (where vim.exe is located). Or you need to set g:XkbSwitchLib variable:

Expand All @@ -21,7 +21,7 @@ Character maps

Currently only Russian winkeys layout translation map ('ru') is supported out of the box for vim-xkbswitch. But you can create your own layout-file, and 'charmapgen' can help you.

Charmap generator outputs current installed in system charmaps to console. The easiest way to do that - download 'charmapgen32.exe' and 'charmapgen.bat' from 'charmap' directory. Than double click on bat-file - a new file will be appeared in current directory.
Charmap generator outputs current installed in system charmaps to console. The easiest way to do that - download 'charmapgen32.exe' and 'charmapgen.bat' from [/charmap](https://github.com/DeXP/xkb-switch-win/tree/master/charmap) directory. Than double click on bat-file - a new file will be appeared in current directory.

Than put 'charmap.txt' to your top directory of Vim (where vim.exe is located). You can see languages in this file. Than add needed languages to vimrc :

Expand All @@ -30,7 +30,7 @@ let g:XkbSwitchIMappingsTrData = 'charmap.txt'
let g:XkbSwitchIMappings = ['ru', 'by', 'ua']
```

You can see samples of charmap files in 'charmap' directory.
You can see samples of charmap files in [/charmap](https://github.com/DeXP/xkb-switch-win/tree/master/charmap) directory.


Authors
Expand Down

0 comments on commit 170060c

Please # to comment.