- Partially added Cmd+Shift+3/4 Printscreen shortcuts to mac_gui and mac_term

This commit is contained in:
Ryan Reaves
2020-02-19 14:06:02 -06:00
parent d8da8d3b31
commit e014c2bc95
4 changed files with 61 additions and 3 deletions

View File

@@ -1,11 +1,13 @@
default partial xkb_types "addmac_levels" {
type "ONE_LEVEL_CTRL" {
modifiers= Mod1+Control;
modifiers= Mod1+Control+Shift;
map[Mod1]= Level2;
map[Control]= Level3;
map[Mod1+Control]= Level3;
map[Shift+Control]= Level4;
level_name[Level1]= "Base";
level_name[Level2]= "Alt";
level_name[Level3]= "With Control";
level_name[Level4]= "Shift";
};
};