You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the URL, I had to use the right click menu options for copy and paste to put content into this URL input box. It should allow keyboard shortcuts for copying and pasting but does not.
Issue Priority
Priority: 2
Issue Component
Component: Hop Gui
The text was updated successfully, but these errors were encountered:
@usbrandon By default, hop is pre-reserve the Ctrl v and Ctrl C to copy and paste the transformation steps in pipeline from/to clipboard. so, they are expecting that the text in clipboard will be xml, otherwise it will be converted to note in pipeline.
If you don't need this shortcut, just want to copy and paste text, you can remove or change to other the shortcuts.
I tried and can see it's working from my end.
MacOS will not be encountered this problem because it's using command + v/c to paste text.
You can search with the keyword @GuiKeyboardShortcut(control = true, key = 'v')
Not sure why it just happened in the web version, not from client version.
Apache Hop version?
2.4.0-GA
Java version?
11.0.19
Operating system
Linux
What happened?
For the URL, I had to use the right click menu options for copy and paste to put content into this URL input box. It should allow keyboard shortcuts for copying and pasting but does not.
Issue Priority
Priority: 2
Issue Component
Component: Hop Gui
The text was updated successfully, but these errors were encountered: