diff --git a/config/keybind.json b/config/keybind.json index 2eb9a14f..784f928b 100644 --- a/config/keybind.json +++ b/config/keybind.json @@ -104,6 +104,11 @@ "keyName": "9", "commandString": "item 9", "keyState": 1 + }, + { + "keyName": "insert", + "commandString": "gui", + "keyState": 1 } ] } \ No newline at end of file