Skip to content

Commit

Permalink
Default Config hotkey is L
Browse files Browse the repository at this point in the history
  • Loading branch information
flier268 committed Jul 19, 2020
1 parent a1fd28d commit 54f5eb7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/com/flier268/autoharvest/KeyPressListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ public KeyPressListener() {
AutoHarvest.MOD_NAME
);
key_Switch = new KeyBinding("key.autoharvest.switch",
InputUtil.Type.KEYSYM,
GLFW.GLFW_KEY_J,
AutoHarvest.MOD_NAME
);
key_Config = new KeyBinding("key.autoharvest.config",
InputUtil.Type.KEYSYM,
GLFW.GLFW_KEY_UNKNOWN,
GLFW.GLFW_KEY_K,
AutoHarvest.MOD_NAME
);
KeyBindingHelper.registerKeyBinding(key_ModeChange);
Expand Down

0 comments on commit 54f5eb7

Please sign in to comment.