Skip to content

A simple Icelandic input method hosted in iBus.

License

Notifications You must be signed in to change notification settings

wecing/ibus-icelandic

This branch is 9 commits ahead of, 5 commits behind phuang/ibus-tmpl:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

96be3d6 · Dec 11, 2011

History

49 Commits
Aug 13, 2008
Jun 29, 2008
May 17, 2009
Dec 7, 2011
Dec 5, 2011
Dec 6, 2011
Jun 29, 2008
Jun 29, 2008
Dec 5, 2011
Dec 11, 2011
Dec 7, 2011
Aug 14, 2008
Dec 5, 2011
Dec 5, 2011

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

No packages published

Languages

  • C 98.4%
  • Shell 1.6%