mirror of
https://github.com/m1ngsama/TUT.git
synced 2026-02-08 09:04:04 +00:00
- Add FORM_EDIT input mode for editing text fields - Add actions: NEXT_FIELD, PREV_FIELD, EDIT_TEXT, ACTIVATE_FIELD - Support 'i' key to focus first form field - Tab/Shift+Tab to navigate between fields - Enter on text input fields to edit them - Real-time text editing with live preview - Enter/Esc to exit edit mode - Checkbox toggle support (press Enter on checkbox) - Status bar shows "-- INSERT --" mode and current text - Form fields highlighted when active Keyboard shortcuts: - i: Focus first form field - Tab: Next field - Shift+Tab: Previous field - Enter: Activate/edit field or toggle checkbox - Esc: Exit edit mode |
||
|---|---|---|
| .. | ||
| render | ||
| utils | ||
| bookmark.cpp | ||
| bookmark.h | ||
| browser.cpp | ||
| browser.h | ||
| dom_tree.cpp | ||
| dom_tree.h | ||
| history.cpp | ||
| history.h | ||
| html_parser.cpp | ||
| html_parser.h | ||
| http_client.cpp | ||
| http_client.h | ||
| input_handler.cpp | ||
| input_handler.h | ||
| main.cpp | ||