mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-13 14:19:15 +02:00
- Updated mac_gui and term files to better map keys that only concern shift and/or control.
This commit is contained in:
@@ -26,4 +26,12 @@ default partial xkb_types "addmac_levels" {
|
||||
level_name[11] = "Super Alt";
|
||||
level_name[12] = "Super Control Alt";
|
||||
};
|
||||
type "ONE_LEVEL_CMD" {
|
||||
modifiers = Shift+Control;
|
||||
map[Shift] = Level2;
|
||||
map[Control] = Level2;
|
||||
level_name[Level1] = "Base";
|
||||
level_name[Level2] = "Shift";
|
||||
level_name[Level3] = "Control";
|
||||
};
|
||||
};
|
||||
|
@@ -26,4 +26,12 @@ default partial xkb_types "addmac_levels" {
|
||||
level_name[11] = "Super Alt";
|
||||
level_name[12] = "Super Control Alt";
|
||||
};
|
||||
type "ONE_LEVEL_CMD" {
|
||||
modifiers = Shift+Control;
|
||||
map[Shift] = Level2;
|
||||
map[Shift+Control] = Level2;
|
||||
level_name[Level1] = "Base";
|
||||
level_name[Level2] = "Shift";
|
||||
level_name[Level3] = "Shift Control";
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user