nixpkgs/pkgs/tools/inputmethods
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
..
anthy treewide: fix the remaining issues with meta attributes 2017-04-29 04:24:34 +00:00
fcitx pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
fcitx-engines pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
ibus pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
ibus-engines ibus-engines.typing-booster: init at 2.1.1 2018-09-19 21:27:10 +02:00
interception-tools pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
keyfuzz treewide: Make configureFlags lists 2018-08-03 17:06:03 -04:00
libinput-gestures libinput-gestures: 2.32 -> 2.33 2018-03-08 22:16:57 -08:00
libkkc treewide: remove aliases in nixpkgs 2018-07-18 23:25:20 -04:00
m17n-db m17n_db: 1.7.0 -> 1.8.0 2018-03-20 16:54:57 -07:00
m17n-lib libotf: init 0.9.16 2018-08-16 09:38:55 +02:00
nabi treewide: abandon Google Code homepages 2017-11-03 18:52:28 +00:00
skk skk-dicts: init at 2017-10-26 (#30960) 2017-11-25 17:36:55 +01:00
tegaki-zinnia-japanese Add mozc and its dependency zinnia. 2015-05-20 20:25:23 +02:00
touchegg treewide: transition mesa to libGLU_combined 2018-02-24 17:06:49 +02:00
triggerhappy triggerhappy: init at 0.5.0 2018-07-11 00:15:52 -04:00
uim uim: 1.8.6-20180501-git -> 1.8.8 (#41850) 2018-06-11 19:16:53 +02:00
zinnia fix source root locations. 2017-11-02 13:53:36 +00:00