Update KeyRemappingConfig.java

This commit is contained in:
Kyle
2019-12-05 22:26:42 +00:00
committed by GitHub
parent 9f6bf0281f
commit 0e9c5aeafd

View File

@@ -263,6 +263,7 @@ public interface KeyRemappingConfig extends Config
{
return new ModifierlessKeybind(KeyEvent.VK_CONTROL, 0);
}
@ConfigItem(
position = 21,
keyName = "alt",
@@ -273,6 +274,7 @@ public interface KeyRemappingConfig extends Config
{
return new ModifierlessKeybind(KeyEvent.VK_ALT, 0);
}
@ConfigItem(
position = 22,
keyName = "shift",