diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-05-10 09:31:38 +0200 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-05-10 09:31:38 +0200 |
| commit | e5d9561f8cdedff4c29a5b6153997a10ceaae921 (patch) | |
| tree | 0c548b0924105b3865063093c2ed83414e222f4a | |
| parent | 17f6ca5812ab9c4d0c7845b39ce7ce69b2e8a610 (diff) | |
| download | skyhanni-e5d9561f8cdedff4c29a5b6153997a10ceaae921.tar.gz skyhanni-e5d9561f8cdedff4c29a5b6153997a10ceaae921.tar.bz2 skyhanni-e5d9561f8cdedff4c29a5b6153997a10ceaae921.zip | |
Set Y as default key for Inquis Share Key
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Diana.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Diana.java b/src/main/java/at/hannibal2/skyhanni/config/features/Diana.java index b88bc07e4..5c1f18105 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Diana.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Diana.java @@ -56,7 +56,7 @@ public class Diana { @Expose @ConfigOption(name = "Share Key", desc = "Press this key to share your Inquisitor Waypoint.") - @ConfigEditorKeybind(defaultKey = Keyboard.KEY_NONE) + @ConfigEditorKeybind(defaultKey = Keyboard.KEY_Y) public int keyBindShare = Keyboard.KEY_Y; } |
