meow meow meow meow
This commit is contained in:
parent
710b4ab87e
commit
88401c01be
11 changed files with 131 additions and 158 deletions
|
@ -18,18 +18,24 @@
|
|||
];
|
||||
}
|
||||
{
|
||||
input = [ "KEY_W" ];
|
||||
input = [ "KEY_SPACE" ];
|
||||
output = [
|
||||
"KEY_LEFTMETA"
|
||||
"KEY_G"
|
||||
];
|
||||
}
|
||||
{
|
||||
input = [ "KEY_W" ];
|
||||
output = [
|
||||
"KEY_LEFTMETA"
|
||||
"KEY_P"
|
||||
];
|
||||
}
|
||||
{
|
||||
input = [ "KEY_S" ];
|
||||
output = [
|
||||
"KEY_LEFTMETA"
|
||||
"KEY_LEFTCTRL"
|
||||
"KEY_G"
|
||||
"KEY_N"
|
||||
];
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue