Merge pull request #145 from ShotaDe/main

Fixed Keymapping
This commit is contained in:
Mycroft
2022-03-03 16:39:59 +00:00
committed by GitHub
+1 -1
View File
@@ -234,5 +234,5 @@ if Config.EnableControls then
end
end)
RegisterKeyMapping("accessory", "Open Accessory Menu", "k")
RegisterKeyMapping("accessory", "Open Accessory Menu", "keyboard", "k")
end