middle click to open pie menu

This commit is contained in:
minjaesong
2020-02-27 05:41:57 +09:00
parent 89c99e19c0
commit e235b81041
5 changed files with 9 additions and 8 deletions

View File

@@ -82,6 +82,7 @@ object DefaultConfig {
// so these keys are treated as the same.
// FOR ~~FUCKS~~ERGONOMICS' SAKE DON'T USE CTRL AND ALT AS A KEY!
jsonObject.add("keyquickselalt", keyquickselalt)
jsonObject.addProperty("mousequicksel", Input.Buttons.MIDDLE) // middle click to open pie menu
jsonObject.addProperty("keyjump", Input.Keys.SPACE)