From f7664fb62342e6b08462da634b19a2b05100c040 Mon Sep 17 00:00:00 2001 From: NetheriteMiner <88792142+NetheriteMiner@users.noreply.github.com> Date: Wed, 2 Aug 2023 07:52:04 -0400 Subject: Merge pull request #340 * Add Harp Keyboard --- src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main/java/at/hannibal2/skyhanni/config/features') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java index 83fb12977..14d5624ff 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java @@ -680,6 +680,11 @@ public class MiscConfig { @ConfigEditorBoolean public boolean patcherSendCoordWaypoint = false; + @Expose + @ConfigOption(name = "Harp Keybinds", desc = "Press harp buttons with your number row on the keyboard instead of clicking.") + @ConfigEditorBoolean + public boolean harpKeybinds = false; + @Expose @ConfigOption(name = "Config Button", desc = "Add a button to the pause menu to configure SkyHanni.") @ConfigEditorBoolean -- cgit