You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,33 @@ DynamicHUD is a special tool for Minecraft mod creators who use Fabric. It works
43
43
-**Easy Integration**: Simple setup for quick implementation into your projects.
44
44
-**Comprehensive Wiki**: A detailed guide and reference for all features of DynamicHUD, available at https://tanishisherewith.gitbook.io/dynamic-hud.
45
45
46
+
# Keybinds
47
+
48
+
> Currently these keybinds are unmodifiable
49
+
50
+
### 1. Grouping and multi-selection
51
+
52
+
#### Keyboard shortcuts
53
+
54
+
***Drag selection window**: Click and drag on empty space to draw a selection window. Any widget that overlaps this area will be selected.
55
+
***`CTRL + Left Click` multi-selection**: Hold `CTRL` and left click on individual widgets to toggle their selection state.
56
+
***Group or ungroup toggle**: Press `CTRL + G` to group the selected widgets. Press `CTRL + G` again to ungroup them.
57
+
58
+
#### Notes
59
+
60
+
* Dragging any widget in a group moves all unlocked widgets in that group.
61
+
* Locked widgets with `isLocked` set to `true` do not move with the group.
62
+
* Hovering a group shows a dashed green bounding box around all grouped widgets.
63
+
64
+
***
65
+
66
+
### 2. Scaling widgets
67
+
68
+
Widgets can be scaled individually in the editor in two ways:
69
+
70
+
***Scaling keybind**: Hover a widget and use `CTRL + Mouse Wheel Scroll` to increase or decrease its local scale.
71
+
***Scale dot**: Selected widgets render a small scale dot in the bottom-right corner. Drag that dot to scale the widget dynamically.
72
+
*
46
73
## Disclaimer
47
74
DynamicHUD is a library for Minecraft Fabric designed to provide developers with the tools to create customizable HUD elements. It does not add widgets or any functionality on its own. Interaction with DynamicHUD's internals and utilization of its features can only be done through mods that implement this library. Users looking for in-game HUD elements should refer to mods that use DynamicHUD.
0 commit comments