mattcasters opened a new issue, #8362: URL: https://github.com/apache/hop/issues/8362
### What would you like to happen? There are a number of places were it would be nice to be able to navigate and edit with keyboard shortcuts. * CTRL/CMD-LEFT : navigate to the previous word * CTRL/CMD-RIGHT: navigate to the next word * CTRL-X: cut the current line to clipboard * CTRL-C: copy what's selectd or the current line to clipboard Interestingly enough, some multi-line text widgets already support part of this (word navigation), like the SQL Styled text windows. In other places, like the VFS file "save" dialog, it's not possible to navigate words with CTRL-LEFT/RIGHT. The "Save As..." dialog on the other hand supports it. In certain places in Hop Web word navigation is supported, in a lot of places it isn't, depending on which JS editor we're using. All in all this needs a thorough code review, code standardization and cleanup. ### Issue Priority Priority: 3 ### Issue Component Component: Hop Gui -- 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]
