Update KeyRemappingConfig.java
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user