docs: rename files to use underscores for consistency (keyboard_shortcuts, user_interface)

This commit is contained in:
Daniel Sanchez 2025-10-27 16:14:02 +01:00
parent cb41ad1722
commit 41aef73500
2 changed files with 3 additions and 3 deletions

View File

@ -295,9 +295,9 @@ If you frequently press `Ctrl+Q` by accident:
## See Also
- 🎯 [Commands Reference](commands-reference.md) - All available commands
- 🖥️ [User Interface](user-interface.md) - Visual guide to the interface
- 📖 [Getting Started](getting-started.md) - Basic usage tutorial
- 🎯 [Commands Reference](commands_reference.md) - All available commands
- 🖥️ [User Interface](user_interface.md) - Visual guide to the interface
- 📖 [Getting Started](getting_started.md) - Basic usage tutorial
---