- WIP - Adding and updating new setup files

This commit is contained in:
Ben Reaves
2020-02-02 13:09:01 -06:00
parent b97b45ad2e
commit 1c6379c037
5 changed files with 247 additions and 23 deletions

View File

@@ -1,13 +0,0 @@
default partial xkb_types "addmac_levels" {
type "ALPHABETIC_SUPER" {
modifiers= Shift+Lock+Mod4;
map[Shift]= Level2;
map[Lock]= Level2;
map[Mod4]= Level3;
map[Shift+Mod4]= Level3;
map[Lock+Mod4]= Level3;
level_name[Level1]= "Base";
level_name[Level2]= "Caps";
level_name[Level3]= "With Super";
};
};