- Updated Kinto readme and added RWIN for terminal mapping

This commit is contained in:
Ben Reaves
2020-02-03 13:12:42 -06:00
parent 107934eb45
commit 38db81e304
3 changed files with 77 additions and 4 deletions

View File

@@ -5,4 +5,10 @@ default partial xkb_symbols "mac_levelssym" {
symbols[Group1]= [ Hyper_L ],
actions[group1]=[ SetMods(modifiers=Shift+Control) ]
};
key <RWIN> {
repeat= no,
type= "ONE_LEVEL",
symbols[Group1]= [ Hyper_R ],
actions[group1]=[ SetMods(modifiers=Shift+Control) ]
};
};