Skip to content

Commit 11b4e3b

Browse files
committed
default lock bind to shift
1 parent 001dd08 commit 11b4e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/lambda/client/module/modules/render/ContainerPreview.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ object ContainerPreview : Module(
5050
private val backgroundColor by setting("Background Color", ColorHolder(16, 0, 16, 255))
5151
private val borderTopColor by setting("Top Border Color", ColorHolder(144, 101, 237, 54))
5252
private val borderBottomColor by setting("Bottom Border Color", ColorHolder(40, 0, 127, 80))
53-
private val previewLock by setting("Preview Lock Bind", Bind(Keyboard.KEY_LCONTROL))
53+
private val previewLock by setting("Preview Lock Bind", Bind(Keyboard.KEY_LSHIFT))
5454
private val itemFrames by setting("Item Frames", true)
5555

5656
private const val previewWidth = 176

0 commit comments

Comments
 (0)