Update fox layout
This commit is contained in:
parent
0608e6135b
commit
3219d5acfe
|
@ -24,12 +24,12 @@
|
||||||
|
|
||||||
xkb = {
|
xkb = {
|
||||||
layout = "fox";
|
layout = "fox";
|
||||||
|
|
||||||
options = "caps:escape";
|
options = "caps:escape";
|
||||||
extraLayouts.fox = {
|
extraLayouts.fox = {
|
||||||
description = "Layout suitable to be used by a fox";
|
description = "Layout suitable to be used by a fox";
|
||||||
languages = ["se"];
|
languages = ["se"];
|
||||||
symbolsFile = ./kblayouts/fox-symbols.xkb;
|
symbolsFile = ./kblayouts/fox-symbols.xkb;
|
||||||
typesFile = ./kblayouts/fox-types.xkb;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
default
|
||||||
xkb_symbols "fox" {
|
xkb_symbols "fox" {
|
||||||
key <TLDE> {[ U1F408, U1F431, U1F408, U1F431 ]};
|
key <TLDE> {[ U1F408, U1F431, U1F408, U1F431 ]};
|
||||||
key <AE01> {[ 1, ampersand, VoidSymbol, VoidSymbol ]};
|
key <AE01> {[ 1, ampersand, VoidSymbol, VoidSymbol ]};
|
||||||
|
@ -52,4 +53,7 @@ xkb_symbols "fox" {
|
||||||
key <AB10> {[ z, Z, VoidSymbol, VoidSymbol ]};
|
key <AB10> {[ z, Z, VoidSymbol, VoidSymbol ]};
|
||||||
|
|
||||||
key <SPCE> {[ space, space, space, space ]};
|
key <SPCE> {[ space, space, space, space ]};
|
||||||
|
|
||||||
|
include "level3(lalt_switch)"
|
||||||
|
key <RTSH> { [ Alt_R ] };
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user