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