55 lines
937 B
JSON
55 lines
937 B
JSON
{
|
|
"profileName" : "Gamepad Json",
|
|
"sortOrder" : 1,
|
|
"key1" : {
|
|
"text" : "ESC",
|
|
"values" : ["ESCAPE"]
|
|
},
|
|
"key2" : {
|
|
"text" : "Tab",
|
|
"values" : ["TAB"]
|
|
},
|
|
"key3" : {
|
|
"text" : "R",
|
|
"values" : ["R"]
|
|
},
|
|
"key4" : {
|
|
"text" : "Q",
|
|
"values" : ["Q"]
|
|
},
|
|
"key5" : {
|
|
"text" : "W",
|
|
"values" : ["W"]
|
|
},
|
|
"key6" : {
|
|
"text" : "E",
|
|
"values" : ["E"]
|
|
},
|
|
"key7" : {
|
|
"text" : "A",
|
|
"values" : ["A"]
|
|
},
|
|
"key8" : {
|
|
"text" : "S",
|
|
"values" : ["S"]
|
|
},
|
|
"key9" : {
|
|
"text" : "D",
|
|
"values" : ["D"]
|
|
},
|
|
"key10" : {
|
|
"text" : "Shift",
|
|
"values" : ["SHIFT"]
|
|
},
|
|
"key11" : {
|
|
"text" : "C",
|
|
"values" : ["C"]
|
|
},
|
|
"key12" : {
|
|
"text" : "Space",
|
|
"values" : ["SPACEBAR"]
|
|
}
|
|
}
|
|
|
|
|