added xkb

This commit is contained in:
cnst
2024-06-15 19:13:59 +02:00
parent 458d1f9367
commit 17aaa6b681
295 changed files with 83138 additions and 0 deletions

60
nixos/xkb/symbols/hhkbse Normal file
View File

@@ -0,0 +1,60 @@
// HHKB Keyboard layout for Swedish, by cnst.
default partial alphanumeric_keys
xkb_symbols "hhkbse" {
include "latin(type2)"
include "se(se)"
name[Group1]="Sweden - HHKBse";
key <AE01> {[ 1, exclam, paragraph, onehalf ]};
key <AE02> {[ 2, quotedbl, at ]};
key <AE03> {[ 3, numbersign, sterling ]};
key <AE04> {[ 4, dollar, currency ]};
key <AE05> {[ 5, percent, EuroSign ]};
key <AE06> {[ 6, ampersand, yen, radical ]};
key <AE07> {[ 7, slash, braceleft ]};
key <AE08> {[ 8, parenleft, bracketleft ]};
key <AE09> {[ 9, parenright, bracketright ]};
key <AE10> {[ 0, equal, braceright ]};
key <AE11> {[ plus, question, backslash, questiondown ]};
key <AE12> {[ Next, braceleft, Home ]};
key <BKSL> {[ Prior, braceright, End ]};
key <TLDE> {[ Delete, asterisk, asciicircum ]};
key <AD01> {[ q, Q ]};
key <AD02> {[ w, W ]};
key <AD03> {[ e, E, EuroSign ]};
key <AD04> {[ r, R, registered, trademark ]};
key <AD05> {[ t, T ]};
key <AD06> {[ y, Y ]};
key <AD07> {[ u, U ]};
key <AD08> {[ i, I ]};
key <AD09> {[ o, O ]};
key <AD10> {[ p, P, Up, Greek_pi ]};
key <AD11> {[ aring, Aring ]};
key <AD12> {[apostrophe, bar, asciitilde, brokenbar ]};
key <AC01> {[ a, A ]};
key <AC02> {[ s, S ]};
key <AC03> {[ d, D ]};
key <AC04> {[ f, F ]};
key <AC05> {[ g, G ]};
key <AC06> {[ h, H ]};
key <AC07> {[ j, J ]};
key <AC08> {[ k, K ]};
key <AC09> {[ l, L, Left ]};
key <AC10> {[ odiaeresis, Odiaeresis, Down ]};
key <AC11> {[ adiaeresis, Adiaeresis, Right ]};
key <AB01> {[ z, Z, less ]};
key <AB02> {[ x, X, greater ]};
key <AB03> {[ c, C, copyright ]};
key <AB04> {[ v, V ]};
key <AB05> {[ b, B ]};
key <AB06> {[ n, N ]};
key <AB07> {[ m, M, mu ]};
key <AB08> {[ comma, semicolon ]};
key <AB09> {[ period, colon ]};
key <AB10> {[ minus, underscore, endash ]};
};