goingforstudying-ctrl commented on PR #1593: URL: https://github.com/apache/datafusion-ballista/pull/1593#issuecomment-4375505173
Hi @martin-g, I've pushed corrections to the TUI documentation based on your review feedback: 1. **Column sorting**: Updated to clarify that pressing `1`/`2`/`3` once sorts, twice reverses, and a third time removes sorting for that column. 2. **Help key**: Added `h` as an alternative to `?` for showing the help overlay (matches the actual implementation in `help_overlay.rs`). 3. **Scheduler Info**: Added a note that it's accessed via the `i` key, which appears on the global keybindings line in the footer. 4. **Context-aware keybindings**: Added a note about the footer being context-aware — the first line shows page-specific shortcuts and the second line shows global shortcuts. Please let me know if anything else needs adjustment. Thanks again for the detailed review! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
