Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set the default keybind to add items to NOT_SET
Browse files Browse the repository at this point in the history
Wynadorn committed Nov 12, 2021
1 parent 0f45ff6 commit 0eebae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/banktaglayouts/BankTagLayoutsConfig.java
Original file line number Diff line number Diff line change
@@ -116,6 +116,6 @@ default int autoLayoutDuplicateLimit() {
)
default Keybind addKeybind()
{
return new Keybind(KeyEvent.VK_A, InputEvent.CTRL_DOWN_MASK);
return Keybind.NOT_SET;
}
}

0 comments on commit 0eebae4

Please sign in to comment.