From 5f80b1f45cd68c34806279f0eb68a95b2db30dab Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sat, 1 Jun 2024 08:52:32 +0200 Subject: While Z is not a default movement key like WASD, there still is a reason not to have peek chat default enabled --- .../java/at/hannibal2/skyhanni/config/features/chat/ChatConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/chat/ChatConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/chat/ChatConfig.java index f2d187687..9369f2c6f 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/chat/ChatConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/chat/ChatConfig.java @@ -17,7 +17,7 @@ public class ChatConfig { @Expose @ConfigOption(name = "Peek Chat", desc = "Hold this key to keep the chat open.") @ConfigEditorKeybind(defaultKey = Keyboard.KEY_Z) - public int peekChat = Keyboard.KEY_Z; + public int peekChat = Keyboard.KEY_NONE; @Expose @ConfigOption(name = "Chat Filter Types", desc = "") -- cgit