Bug 293114 - Back to prev document using quick switcher
Summary: Back to prev document using quick switcher
Status: RESOLVED FIXED
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords: investigated, triaged
Depends on:
Blocks:
 
Reported: 2012-02-02 05:37 UTC by Alex Turbov
Modified: 2018-09-23 17:18 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Use Alt+Backspace to return to prev document (3.47 KB, patch)
2012-02-02 05:37 UTC, Alex Turbov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Turbov 2012-02-02 05:37:13 UTC
Created attachment 68423 [details]
Use Alt+Backspace to return to prev document

Version:           unspecified (using KDE 4.8.0) 
OS:                Linux

It is nice to have a dedicated key combination to return to previous document. I played w/ patched kate and found this feature pretty useful...
Please check attached patch for implementation.

Reproducible: Always

Steps to Reproduce:
0. switch to some doc using quick document switcher
1. press Alt+Backspace to back to prev doc


Expected Results:  
u've back to prev document
Comment 1 Milian Wolff 2012-02-06 21:33:56 UTC
this should use the de-facto shortcut [1] CTRL + SHIFT + TAB. And to make things complete, please add CTRL + TAB as a quick-next-doc shortcut.

[1]: Afaik KDevelop, Firefox and other tabbed/MDI apps use this shortcut.

Please put patches on git.reviewboard.kde.org in the future
Comment 2 Alex Turbov 2012-02-06 21:42:15 UTC
Quick document switcher plugin has internal pointer to a previous document to pre-select it when user press Ctrl+1. I noticed that most of the time I use this plugin just to go back to a prev doc... it is why I done this patch -- use one hot key instead of Ctrl+1, wait some time while dialog appears, press Enter...

I used Alt+TAB to make this feature looks like 'Back' in browsers (which is binded to this combination usually)
Comment 3 Andrew Crouthamel 2018-09-22 01:53:46 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 4 Dominik Haumann 2018-09-23 17:18:17 UTC
We have the tab switcher plugin meanwhile. You can use ctrl+tab to go to the prev document, so this is fixed. You have to update to Kate 5, though.