Please make an Undo Close Tab function with a shortcut key of something like Ctrl+t #814
unsafeunaudited
started this conversation in
Ideas
Replies: 1 comment
-
|
The docking library does not provide an “Undo Close Tab” feature. Implementing this in Weasis would be very difficult because a closed tab is not simply a URL that can be restored. It may contain a large amount of data, application state, layout information, and the full display context required to recreate the view correctly. While it could theoretically be achieved by keeping everything in memory, this approach does not appear to be sustainable. For now, the recommended workaround is to simply reopen the data from the DICOM Explorer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes I close tabs faster than I intend to and would like to go back on the previously closed tab. I get shortcut trigger happy with Ctrl+w to close tabs for x-rays that I deem to be normal only to realize that I saw something weird and want to go back for a second view.
For this I would like to request an undo close tab function using Ctrl+t for this purpose. In the keyboard shortcuts, there seems to be none bound to it. This is also shares the same hotkey to undo close tab for the commonly used web browsers for both Firefox and Chrome at least for Windows and Linux.
Thank you very much and hoping this gets added in the future. I really do appreciate your hard work in maintaining this program. Please live a good long life.
Beta Was this translation helpful? Give feedback.
All reactions