- Fixed bug that prevented the new keymap from working under Chromebooks with Linux/GalliumOS

This commit is contained in:
Ben Reaves
2020-02-03 16:27:59 -06:00
parent 46e81640c6
commit 5f1e82fb24
3 changed files with 18 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
default partial xkb_symbols "mac_levelssym" {
key <LALT> {
repeat= no,
type= "ONE_LEVEL",
symbols[Group1]= [ Hyper_L ],
actions[group1]=[ SetMods(modifiers=Shift+Control) ]
};
key <RALT> {
repeat= no,
type= "ONE_LEVEL",
symbols[Group1]= [ Hyper_R ],
actions[group1]=[ SetMods(modifiers=Shift+Control) ]
};
};