mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-02 09:06:40 +02:00
- Added proper mac_chrome symbols
This commit is contained in:
@@ -35,12 +35,12 @@ partial xkb_symbols "mac_chrome" {
|
|||||||
replace key <LEFT> {
|
replace key <LEFT> {
|
||||||
type[Group1]= "ONE_LEVEL_CTRL",
|
type[Group1]= "ONE_LEVEL_CTRL",
|
||||||
symbols[Group1]= [ Left, Left, Left ],
|
symbols[Group1]= [ Left, Left, Left ],
|
||||||
actions[Group1]= [ NoAction(), NoAction(), RedirectKey(key=<LEFT>,modifiers=Mod1,clearmods=Control)]
|
actions[Group1]= [ NoAction(), RedirectKey(key=<UP>), RedirectKey(key=<LEFT>,modifiers=Mod1,clearmods=Control)]
|
||||||
};
|
};
|
||||||
// Forwards Button
|
// Forwards Button
|
||||||
replace key <RGHT> {
|
replace key <RGHT> {
|
||||||
type[Group1]= "ONE_LEVEL_CTRL",
|
type[Group1]= "ONE_LEVEL_CTRL",
|
||||||
symbols[Group1]= [ Right, Right, Right ],
|
symbols[Group1]= [ Right, Right, Right ],
|
||||||
actions[Group1]= [ NoAction(), NoAction(), RedirectKey(key=<RGHT>,modifiers=Mod1,clearmods=Control)]
|
actions[Group1]= [ NoAction(), RedirectKey(key=<DOWN>), RedirectKey(key=<RGHT>,modifiers=Mod1,clearmods=Control)]
|
||||||
};
|
};
|
||||||
};
|
};
|
Reference in New Issue
Block a user