Bug 336818 - Add Ctrl+Shift+T to undo closed tabs
Summary: Add Ctrl+Shift+T to undo closed tabs
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 4.13.2
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
: 291350 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-06-28 00:57 UTC by G360
Modified: 2016-12-27 18:32 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.14.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***