mirror of
https://github.com/CrispyPin/ovr-utils.git
synced 2024-11-10 02:40:25 +01:00
fix crash on grave key press, update gdvk
This commit is contained in:
parent
f892d4892b
commit
9f0b811d24
3 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.
|
@ -68,8 +68,8 @@
|
||||||
{
|
{
|
||||||
"keys": [
|
"keys": [
|
||||||
{
|
{
|
||||||
"keycode": "ASCIIGRAVE",
|
"keycode": "SECTION",
|
||||||
"display": "`"
|
"display": "§"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"keycode": "1"
|
"keycode": "1"
|
||||||
|
|
Loading…
Reference in a new issue