mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-13 06:09:14 +02:00
- Partially added Cmd+Shift+3/4 Printscreen shortcuts to mac_gui and mac_term
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user