nixpkgs/pkgs/tools/inputmethods/ibus-engines
Maximilian Bosch dee2dab7c6
ibus-engines.typing-booster: init at 2.1.1
This package providesa completion input method for faster typing.
See https://mike-fabian.github.io/ibus-typing-booster

Detailed instructions how to activate this IBus engine on your desktop
can be found in the upstream docs: https://mike-fabian.github.io/ibus-typing-booster/documentation.html

A simple VM with the Gnome3 desktop and activated `ibus' looks like
this:

```nix
{
  emojipicker = { pkgs, ... }: {
    services.xserver = {
      enable = true;
      desktopManager.gnome3.enable = true;
      desktopManager.xterm.enable = false;
    };
    users.extraUsers.vm = {
      password = "vm";
      isNormalUser = true;
    };
    i18n.inputMethod.ibus.engines = [
      pkgs.ibus-engines.typing-booster
    ];
    i18n.inputMethod.enabled = "ibus";
    virtualisation.memorySize = 2048;
  };
}
```

Fixes #38721
2018-09-19 21:27:10 +02:00
..
ibus-anthy ibus-engines.anthy: 1.5.9 -> 1.5.10 2018-03-22 12:52:04 -07:00
ibus-hangul ibus-engines.hangul: 1.5.0 -> 1.5.1 (#44771) 2018-08-13 14:28:06 +02:00
ibus-kkc ibus-kkc: init at 1.5.22 2018-03-10 17:13:38 +03:00
ibus-libpinyin ibus-engines.libpinyin: 1.9.3 -> 1.10.0 2018-04-20 04:51:53 -07:00
ibus-m17n ibus-m17n: fix homepage URL. 2017-05-27 22:39:16 -04:00
ibus-mozc pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
ibus-table ibus-engines.table: 1.9.18 -> 1.9.20 (#40100) 2018-05-12 11:00:03 +02:00
ibus-table-others ibus-engines.table-others: 1.3.7 -> 1.3.9 2018-03-20 06:16:40 -07:00
ibus-typing-booster ibus-engines.typing-booster: init at 2.1.1 2018-09-19 21:27:10 +02:00
ibus-uniemoji ibus-engines.uniemoji: add pygobject3 as a dependency 2018-03-03 18:39:36 +03:00