Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 3ab942ef673c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: df6d40feb615
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 9, 2018

  1. kbd: Rename some keymaps.

    From upstream kbd, some keymap names are reused across very different
    keyboard layouts. This is a a problem because loadkeys just picks the
    first keymap it sees. The clashing names lead to e.g.  "loadkeys no"
    defaulting to a norwegian dvorak map instead of the much more common
    qwerty one.
    
    Used Arch Linux's list of keymaps that need renaming, with a small
    deviation: the norwegian dvorak map becomes dvorak-no instead of
    no-dvorak, to match the naming scheme for all the other dvorak maps.
    
    fixes #47878
    
    (cherry picked from commit f1987fb)
    plutotulp authored and Mic92 committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    df6d40f View commit details
    Browse the repository at this point in the history