- Updated mac_term file with proper labels to avoid error

This commit is contained in:
Ryan Reaves
2020-02-19 16:14:58 -06:00
parent 2c7f20df63
commit 86a92cf836
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