No description
Find a file
2026-02-03 00:00:44 +01:00
linux first commit 2026-02-03 00:00:44 +01:00
mac first commit 2026-02-03 00:00:44 +01:00
windows first commit 2026-02-03 00:00:44 +01:00
.DS_Store first commit 2026-02-03 00:00:44 +01:00
README.txt first commit 2026-02-03 00:00:44 +01:00

# Swerty keyboard layout!

# For mac:
copy all files to /Library/Keyboard layouts and reboot.

File is created with the program ukelele from SIL

# Swerty for Linux:

(This instructions apply for Wayland as well)
Add the contents of se.txt to the end of the file /usr/share/X11/xkb/symbols/se.
Then look up the following section in the file /usr/share/X11/xkb/rules/evdev.xml:

    <layout>
      <configItem>
        <name>se</name>
        <shortDescription>Swe</shortDescription>
        <description>Sweden</description>
        <languageList><iso639Id>swe</iso639Id></languageList>
      </configItem>
      <variantList>

Add the following variant block after the line <variantList>:

        <variant>
          <configItem>
            <name>swerty</name>
            <description>Swerty</description>
          </configItem>
        </variant>

Finally, after the line "! variant" in the file /usr/share/X11/xkb/rules/evdev.lst add the following line:
  swerty          se: Swerty

Now Swerty should show up as one of the alternative keyboard layouts for Swedish. 


Swenglish kommer ifrån https://github.com/vertecx/swenglish/blob