- Corrected keyboard detection bug and updated files in prep of a future keymap update.

This commit is contained in:
Ben Reaves
2019-08-05 15:34:14 -05:00
parent 134bc4c597
commit d4dbfd67dc
7 changed files with 112 additions and 14 deletions

13
.xkb/types/mac_term Normal file
View File

@@ -0,0 +1,13 @@
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";
};
};