Skip to content

lukaspetersson/US-keyboard-with-Swedish-letters

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

US keyboard with Swedish letters

US layout but with access to åäö by using ALT + ;, ALT + " and ALT + [.

Installation

  1. Add the contents of se_anne-pro2.txt to the end of /usr/share/X11/xkb/symbols/se.

  2. 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>
  1. Add the following variant below .
<variant>
  <configItem>
    <name>US_swe</name>
    <description>US (Swedish)</description>
  </configItem>
</variant>
  1. After the line "! variant" in the file /usr/share/X11/skb/rules/evdev.lst add the following:
US_swe		se: US (Swedish)
  1. To activate the new layout run:
setxkbmap -layout se -variant US_swe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published