mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-16 19:05:02 -04:00
fix tab list default keybinding
This commit is contained in:
parent
119d1f37da
commit
ff5755d35f
@ -66,7 +66,7 @@ class TabListHUDElement(hudRenderer: HUDRenderer) : HUDElement<TabListElement>(h
|
||||
override val ENABLE_KEY_BINDING_NAME: ResourceLocation = "minosoft:enable_tab_list".toResourceLocation()
|
||||
override val ENABLE_KEY_BINDING: KeyBinding = KeyBinding(
|
||||
mutableMapOf(
|
||||
KeyAction.STICKY to mutableSetOf(KeyCodes.KEY_TAB),
|
||||
KeyAction.CHANGE to mutableSetOf(KeyCodes.KEY_TAB),
|
||||
),
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user