It would be useful to be able to undo closed tabs, preferable with the same shortcuts used in Web browsers use (and the default for opening new tabs in Dolphin (Ctrl+T) plus the shift key), Ctrl+Shift+T. Reproducible: Always Steps to Reproduce: 1. Open new tab (Ctrl+T) 2. Close it 3. Try to undo with Ctrl+Shift+T Actual Results: Nothing happens. Expected Results: To see the closed tab open again.
Patch to implement this: https://git.reviewboard.kde.org/r/118994/
Git commit 1d6fbba988442e718339fde61352235e1011e8a2 by Arjun AK. Committed on 22/07/2014 at 12:01. Pushed by arjunak into branch 'master'. make CTRL+SHIFT+T reopen last closed tab Related: bug 118994 M +14 -0 dolphin/src/dolphinmainwindow.cpp M +2 -0 dolphin/src/dolphinmainwindow.h M +12 -4 dolphin/src/dolphinrecenttabsmenu.cpp M +2 -0 dolphin/src/dolphinrecenttabsmenu.h M +1 -0 dolphin/src/dolphinui.rc http://commits.kde.org/kde-baseapps/1d6fbba988442e718339fde61352235e1011e8a2
*** Bug 291350 has been marked as a duplicate of this bug. ***