CuboCore.corekeyboard
corekeyboard 5.0.1
Virtual keyboard for X11 from the C Suite
https://gitlab.com/cubocore/coreapps/corekeyboardGNU General Public License v3.0 or later
main program: corekeyboardprograms: corekeyboard
Platforms (24)
armv5tel-linuxloongarch64-linuxpowerpc-linuxmips64el-linuxs390-linuxmicroblaze-linuxs390x-linuxriscv32-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ CuboCore.corekeyboard ];
Ad-hoc shell
nix-shell -p CuboCore.corekeyboard
Flake (nix run)
nix run nixpkgs#CuboCore.corekeyboard