summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorNetheriteMiner <88792142+NetheriteMiner@users.noreply.github.com>2023-08-02 07:52:04 -0400
committerGitHub <noreply@github.com>2023-08-02 13:52:04 +0200
commitf7664fb62342e6b08462da634b19a2b05100c040 (patch)
tree44d1e9d2196f5b803a5880a6f6f229d1ca016f86 /src/main/java/at/hannibal2/skyhanni/config
parent6ad284e2ea1e0692769cd6a8461cdff285a7b111 (diff)
downloadskyhanni-f7664fb62342e6b08462da634b19a2b05100c040.tar.gz
skyhanni-f7664fb62342e6b08462da634b19a2b05100c040.tar.bz2
skyhanni-f7664fb62342e6b08462da634b19a2b05100c040.zip
Merge pull request #340
* Add Harp Keyboard
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java5
1 files changed, 5 insertions, 0 deletions
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
@@ -681,6 +681,11 @@ public class MiscConfig {
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
public boolean configButtonOnPause = true;