forked from phuang/ibus-tmpl
-
Notifications
You must be signed in to change notification settings - Fork 0
A simple Icelandic input method hosted in iBus.
License
wecing/ibus-icelandic
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About ibus-icelandic:
Currently it only supports icelandic character inputting (no error checking, etc).
Keymap:
The kaymap layout is different from layout of the modern icelandic keyboard.
But it's pretty simple and straight forward:
everykey except <q>, <w>, <z>, <c>: the corresponding characters in English;
<w>: ö
<z>: ð
<c>: æ
And <q> is used as "modify key"; pressing q (or Q) will toggle on/off Icelandic-specific
(compared with English) characters' inputting. For example:
<qa> or <Qa>: yields "á";
<qE> or <QE>: yields "É";
<qqa>: still "a".
Finally, þ and Þ are bound to <qt> and <qT>.
Switching between English and Icelandic:
Just use right shift!
Compile (with ibus already installed and configured correctly):
./autogen.sh
./configure --prefix=/usr
make
(sudo) make install
About
A simple Icelandic input method hosted in iBus.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 98.4%
- Shell 1.6%