Skip to content

Commit

Permalink
change default config key to "B"
Browse files Browse the repository at this point in the history
  • Loading branch information
Draylar committed Jan 11, 2021
1 parent ec130c5 commit a5ff2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/draylar/inmis/client/InmisKeybinds.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class InmisKeybinds {
private static final KeyBinding OPEN_BACKPACK = KeyBindingHelper.registerKeyBinding(new KeyBinding(
"key.inmis.open_backpack",
InputUtil.Type.KEYSYM,
GLFW.GLFW_KEY_GRAVE_ACCENT,
GLFW.GLFW_KEY_B,
"category.inmis.keybindings"));

public static void initialize() {
Expand Down

0 comments on commit a5ff2cc

Please sign in to comment.