about summary refs log tree commit diff
path: root/nixos/tests/keymap.nix
Commit message (Collapse)AuthorAge
* nixosTests.keymap: Port to pythonJacek Galowicz2020-02-02
|
* nixos.tests.keymap: use new name of the colemak/en-latin9 keymapPierre Bourdon2018-11-20
| | | | | Commit f1987fb58f57828944ca822bbb39b3de87f01863 renamed colemak/en-latin9 to colemak/colemak, but the keymap test wasn't adjusted to refer to the new path.
* tests: refactor to carry the package set as an argumentLéo Gaspard2018-11-11
| | | | | This way, the package set will be possible to pass without re-importing all the time
* nixos/tests/keymap: wait for xdotool to succeedxeji2018-04-25
| | | | | | xdotool failed in rare cases when a window was already created but not yet decorated by the window manager. also prevent a (never observed but possible) race condition
* nixos/tests/keymap: improve keymap testsxeji2018-04-24
| | | | simplify tests, prevent timeouts and non-deterministic failures
* nixos/tests/keymap: Remove OCR-friendly SLiM themeaszlig2018-03-06
| | | | | | | The test doesn't use OCR, so we actually don't need an OCR-friendly theme here. Signed-off-by: aszlig <aszlig@nix.build>
* nixos/tests/keymap: disable xterm DMSarah Brofeldt2018-01-11
|
* nixos/tests/keymap: use SLIM theme from nixos/tests/slimThomas Tuegel2017-07-22
|
* nixos/tests: Add a test for keyboard layoutsaszlig2016-03-31
I had the basic version of this laying around for some while but didn't continue on it. Originally it was for testing support for the Neo layout introduced back then (8cd6d53). We only test the first three Neo layers, because the last three layers are largely comprised of special characters and in addition to that the support for the VT keymap seems to be limited compared to the Xorg keymap. Yesterday @NicolasPetton on IRC had troubles with the Colemak layout (IRC logs: http://nixos.org/irc/logs/log.20160330, starting at 16:08) and I found that test again, so I went for improving and adding to <nixpkgs>. While the original problem seemed to be related to GDM, we can still add another subtest that checks whether GDM correctly applies the keyboard layout. However I don't have a clue how to properly configure the keyboard layout on GDM, at least not within the NixOS configuration. The main goal of this test is not to test a complete set of all key mappings but to check whether the keymap is loaded and working at all. It also serves as an example for NixOS keyboard configurations. The list of keyboard layouts is by no means complete, so everybody is free to add their own to the test or improve the existing ones. Signed-off-by: aszlig <aszlig@redmoonstudios.org>