[Bug 235546] Keymaps file names in vt/ and syscons/ are not consistent

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Feb 6 02:45:48 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235546

            Bug ID: 235546
           Summary: Keymaps file names in vt/ and syscons/ are not
                    consistent
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: misc
          Assignee: bugs at FreeBSD.org
          Reporter: scootergrisen at gmail.com

How come the kbd files in these two folder does not use the same style for file
names?:

    /share/vt/keymaps
    /share/syscons/keymaps

For danish layout we have:

    share/vt/keymaps/dk.acc.kbd
    share/vt/keymaps/dk.kbd
    share/vt/keymaps/dk.macbook.kbd

    share/syscons/keymaps/danish.cp865.kbd
    share/syscons/keymaps/danish.iso.acc.kbd
    share/syscons/keymaps/danish.iso.kbd
    share/syscons/keymaps/danish.iso.macbook.kbd

So "dk" is used in one folder and "danish" in the other.

But for other languages its consistent ("cz" and "cz":

    share/vt/keymaps/cz.kbd
    share/syscons/keymaps/cz.iso2.kbd

Another example:

    share/vt/keymaps/nordic.asus-eee.kbd
    share/syscons/keymaps/eee_nordic.kbd

I would like for them to use the same style.
Like 2 letter language code etc.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list