Add insert as default GUI toggle keybind

This commit is contained in:
Vortrex
2022-01-04 15:09:51 -06:00
parent 1e3b8c5377
commit 7639f16c13

View File

@@ -104,6 +104,11 @@
"keyName": "9",
"commandString": "item 9",
"keyState": 1
},
{
"keyName": "insert",
"commandString": "gui",
"keyState": 1
}
]
}