Merge pull request #37 from rbreaves/dev

Error fix related to mac_term
This commit is contained in:
Ben Reaves
2020-02-19 16:19:28 -06:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ default partial xkb_symbols "mac_levelssym" {
// END
replace key <RGHT> {
type[Group1]= "ONE_LEVEL_CTRL",
symbols[Group1]= [ RGHT, RGHT, NoSymbol ],
symbols[Group1]= [ Right, Right, NoSymbol ],
actions[Group1]= [ NoAction(), NoAction(), RedirectKey(key=<END>,clearmods=Shift+Control)]
};
// Full Print Screen

View File

@@ -32,7 +32,7 @@ default partial xkb_symbols "mac_levelssym" {
// END
replace key <RGHT> {
type[Group1]= "ONE_LEVEL_CTRL",
symbols[Group1]= [ RGHT, RGHT, NoSymbol ],
symbols[Group1]= [ Right, Right, NoSymbol ],
actions[Group1]= [ NoAction(), NoAction(), RedirectKey(key=<END>,clearmods=Shift+Control)]
};
// Full Print Screen