Merge pull request #89 from GTNewHorizons/keybinds

keybinds
This commit is contained in:
Martin Robertz 2023-01-27 21:49:38 +01:00 committed by GitHub
commit 209ca10b7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ object KeyBindings {
def extendedTooltip = FMLClientHandler.instance.getClient.gameSettings.keyBindSneak
val materialCosts = new KeyBinding("key.materialCosts", Keyboard.KEY_LMENU, OpenComputers.Name)
val materialCosts = new KeyBinding("key.materialCosts", Keyboard.KEY_NONE, OpenComputers.Name)
val clipboardPaste = new KeyBinding("key.clipboardPaste", Keyboard.KEY_INSERT, OpenComputers.Name)
val clipboardPaste = new KeyBinding("key.clipboardPaste", Keyboard.KEY_NONE, OpenComputers.Name)
}