Skip to content

Releases: legionus/kbd

v2.5-rc1

22 Mar 11:29
v2.5-rc1
11683bf
Compare
Choose a tag to compare

Changes

libkfont:

  • Make libkfont public library.
  • Add kfont_free().
  • Initialize kfont_context->options.
  • Тake the verbose parameter into account when logging messages.

libkeymap:

  • Better error message on unsupported unicode value.

setvtrgb:

  • Add hexadecimal file support.

keymaps:

  • i386/qwerty/ie.map: Add Irish keyboard map.
  • i386/neo/3l.map: Add 3l keymap.
  • i386/qwerty/it.map: Add braces to IT keyboard map.
  • pt-latin1.map: Add Euro at Portuguese keyboards.
  • fa.map: drop high codepoint character that chokes loadkeys.
  • i386/neo: use Delete instead of Backspace.

v2.4.0

15 Dec 17:04
v2.4.0
252e622
Compare
Choose a tag to compare

Changes

  • Keymaps:
    • fi.map: use newly added deadkeys
    • Added support for a few derivatives of neo
  • Fonts:
    • Updated sun12x22 font
    • Updated solar24x32 font
  • libkeymap:
    • Added additional deadkeys

v2.3.0

10 Jul 18:04
v2.3.0
d18149f
Compare
Choose a tag to compare

Changes

  • New:
    • Added libkfont library (internal yet).
  • Keymaps:
    • Added Canadian Multilingual Standard keyboard map.
    • Added us1 that maps Right Alt to AltGr and Shift+Tab to Alt+Tab.
    • The dead_macron is used instead of macron in fi.map.
  • Utilities:
    • Added retries when switching to the console (chvt, openvt).
    • Added option -d to double size of font (setfont).
    • Added long options, help messages.
  • Fonts:
    • Added solar24x32 font.
    • Updated eurlatgr font.
  • Docs:
    • Fixed problems with formatting man pages.