Skip to content

Commit 85fc9ca

Browse files
committed
Update README to include the new windows navigation feature <3 + some roadmap adjustments.
1 parent c856ee4 commit 85fc9ca

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
34.6 KB
Loading

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Unreal Engine ergonomic tools that will keep your hands (and soul!) healthy[er] 🧘‍♂️
33

44
## Features
5+
6+
### Windows Navigation 🪟
7+
Navigate between editor windows effortlessly using keyboard shortcuts!<br>
8+
- Use `Ctrl + Period` to cycle to the next none-root window and `Ctrl + Comma` to cycle to the previous none-root window
9+
- Toggle between root window and other windows using `Ctrl + Forward Slash` - minimizes non-root windows to focus root window, or vice versa
10+
- You can expect solid focus activation when navigating between windows (unlike UE's occasional issue where focus remains on the previous window after navigation)
11+
- Customize any hotkey configuration in preferences - simply search for "Cycle Window" to find all available commands
12+
![windows-navigation-pref](Docs/windows-navigation/windows-navigation-preferences.png)
13+
14+
515
### Major & Minor Tab Navigation 🔄
616
Navigate between editor tabs using customizable keyboard shortcuts just like you navigate browser tabs!<br>
717
The plugin is designed to work alongside existing Unreal Engine shortcuts:
@@ -35,7 +45,7 @@ git clone https://github.com/BarakXYZ/Unreal-Motions.git
3545
4. The plugin should now be available in your project!
3646

3747
## Roadmap 🗺️
38-
I'm heavily inspired by Vim Motions, and so I'm definitely gonna expand this plugin in the near future with more ergonomic tools! 🚀
48+
This plugin is inspired by Vim Motions and the core principle of keeping your hands on the keyboard. As someone who understands the impact of repetitive mouse movements on wrist health, I'm committed to expanding this plugin with more ergonomic tools that enhance Unreal Editor navigation. Each new feature will focus on reducing mouse dependency and improving workflow efficiency. Stay tuned for more keyboard-centric improvements! 🚀
3949

4050
## Contributing 🤝
4151
Bug reports, PR's and feature suggestions are welcome!

0 commit comments

Comments
 (0)