Skip to content

Commit 3c9c7ff

Browse files
committed
NUI editor binding tweak
1 parent 967c364 commit 3c9c7ff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/Playing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ Note: Keys between the latest stable and latest develop build may differ.
7171
* [F2] - Toggle window focus and reveals a debug pane (only contains stuff if module(s) using it is enabled)
7272
* [F3] - Toggle debug mode and information
7373
* [F5] - Show behavior tree editor
74+
* [F10] - Show NUI editor
7475
* [F12] - Take screenshot (goes to /screenshots in game data dir)
7576

7677

engine/src/main/java/org/terasology/rendering/nui/editor/NUIEditorButton.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
import org.terasology.input.RegisterBindButton;
2323

2424
@RegisterBindButton(id = "nuiEditor", description = "${engine:menu#binding-nui-editor}", category = "nui")
25-
@DefaultBinding(type = InputType.KEY, id = Keyboard.KeyId.F6)
25+
@DefaultBinding(type = InputType.KEY, id = Keyboard.KeyId.F10)
2626
public class NUIEditorButton extends BindButtonEvent {
2727
}

0 commit comments

Comments
 (0)