Skip to content

Commit

Permalink
add mouse to kb layout
Browse files Browse the repository at this point in the history
  • Loading branch information
4yn committed Apr 28, 2021
1 parent 5452fa1 commit 31602e7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions resources/keyboard-layout.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,25 @@
{
"w": 2
},
"Backspace"
"Backspace",
{
"x": 1,
"c": "#adadad",
"h2": 2
},
"LMB\nEdit",
{
"h2": 2
},
"MMB\nSelect",
{
"h2": 2
},
"RMB\nDelete"
],
[
{
"c": "#cccccc",
"w": 1.5
},
"Tab",
Expand Down Expand Up @@ -95,10 +110,18 @@
{
"w": 2.25
},
"Enter"
"Enter",
{
"x": 1,
"a": 7,
"w2": 3,
"h2": 3
},
""
],
[
{
"a": 4,
"w": 2.25
},
"Shift",
Expand Down
Binary file modified resources/keyboard-layout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 31602e7

Please sign in to comment.