- Added 5th level to mac gui for wordwise to work with shift for selections

This commit is contained in:
Ryan Reaves
2020-02-19 16:03:09 -06:00
parent e014c2bc95
commit 2c7f20df63
2 changed files with 20 additions and 6 deletions

View File

@@ -5,9 +5,11 @@ default partial xkb_types "addmac_levels" {
map[Control]= Level3;
map[Mod1+Control]= Level3;
map[Shift+Control]= Level4;
map[Shift+Mod1] = Level5;
level_name[Level1]= "Base";
level_name[Level2]= "Alt";
level_name[Level3]= "With Control";
level_name[Level4]= "Shift";
level_name[Level3]= "Control";
level_name[Level4]= "Shift with Control";
level_name[Level5] = "Shift Alt";
};
};