add swedish us layout
This commit is contained in:
parent
9438e80797
commit
707e3a3738
|
@ -109,8 +109,13 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
desktopManager.plasma5.enable = true;
|
desktopManager.plasma5.enable = true;
|
||||||
displayManager.startx.enable = true;
|
displayManager.startx.enable = true;
|
||||||
layout = "us,se";
|
|
||||||
xkbOptions = "grp:alt_caps_toggle";
|
xkbOptions = "grp:alt_caps_toggle";
|
||||||
|
layout = "sus";
|
||||||
|
extraLayouts.sus = {
|
||||||
|
description = "Swedish US";
|
||||||
|
languages = [ "se" ];
|
||||||
|
symbolsFile = ../shared/sus.xkb;
|
||||||
|
};
|
||||||
libinput = {
|
libinput = {
|
||||||
enable = true;
|
enable = true;
|
||||||
touchpad = {
|
touchpad = {
|
||||||
|
|
9
shared/sus.xkb
Normal file
9
shared/sus.xkb
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
xkb_symbols "sus" {
|
||||||
|
include "pc"
|
||||||
|
include "se(us)"
|
||||||
|
|
||||||
|
key <AD11> {[ bracketleft, braceleft, aring, Aring ]};
|
||||||
|
key <AC10> {[ semicolon, colon, odiaeresis, Odiaeresis ]};
|
||||||
|
key <AC11> {[ apostrophe, quatedbl, adiaeresis, Adiaeresis ]};
|
||||||
|
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user