Update fox layout

This commit is contained in:
xenia 2024-06-24 21:47:55 +02:00
parent 0608e6135b
commit 3219d5acfe
2 changed files with 5 additions and 1 deletions

View File

@ -24,12 +24,12 @@
xkb = {
layout = "fox";
options = "caps:escape";
extraLayouts.fox = {
description = "Layout suitable to be used by a fox";
languages = ["se"];
symbolsFile = ./kblayouts/fox-symbols.xkb;
typesFile = ./kblayouts/fox-types.xkb;
};
};
};

View File

@ -1,3 +1,4 @@
default
xkb_symbols "fox" {
key <TLDE> {[ U1F408, U1F431, U1F408, U1F431 ]};
key <AE01> {[ 1, ampersand, VoidSymbol, VoidSymbol ]};
@ -52,4 +53,7 @@ xkb_symbols "fox" {
key <AB10> {[ z, Z, VoidSymbol, VoidSymbol ]};
key <SPCE> {[ space, space, space, space ]};
include "level3(lalt_switch)"
key <RTSH> { [ Alt_R ] };
};