Skip to content

Commit 78dfdfd

Browse files
Readme update
1 parent 80d7832 commit 78dfdfd

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,33 @@ DynamicHUD is a special tool for Minecraft mod creators who use Fabric. It works
4343
- **Easy Integration**: Simple setup for quick implementation into your projects.
4444
- **Comprehensive Wiki**: A detailed guide and reference for all features of DynamicHUD, available at https://tanishisherewith.gitbook.io/dynamic-hud.
4545

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+
*
4673
## Disclaimer
4774
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.
4875

0 commit comments

Comments
 (0)