Bug 336818

Summary: Add Ctrl+Shift+T to undo closed tabs
Product: [Applications] dolphin Reporter: G360 <kde-bugs.9ek5t>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist CC: arjunak234, pascal
Priority: NOR    
Version: 4.13.2   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In: 4.14.0

Description G360 2014-06-28 00:57:44 UTC
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.
Comment 1 Arjun AK 2014-06-28 14:50:04 UTC
Patch to implement this: https://git.reviewboard.kde.org/r/118994/
Comment 2 Arjun AK 2014-07-22 12:05:13 UTC
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
Comment 3 Elvis Angelaccio 2016-12-27 18:32:05 UTC
*** Bug 291350 has been marked as a duplicate of this bug. ***