Summary: | j to scroll down, k to scroll up | ||
---|---|---|---|
Product: | [Unmaintained] rekonq | Reporter: | Corey <corey_s> |
Component: | general | Assignee: | Andrea Diamantini <adjam7> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | asiasuppenesser, corey_s, cubranic, eternalfuzzy1 |
Priority: | NOR | ||
Version: | 0.4.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | 277855 | ||
Bug Blocks: |
Description
Corey
2010-05-25 07:31:28 UTC
(I guess if j/k is implemented for scroll page up/down; then perhaps h/l can also be used for scroll page left/right - again, ala vi keybindings) Is this still wanted? If so, I could implement this. I'll wait for your replies. Best regards, Thomas I would still appreciate this feature. I also miss this great Konqueror feature in Rekonq. Alright, I'll see what I can do! Git commit be0d469407cb2126fb73bd6ee7c476743b9a046f by Andrea Diamantini. Committed on 27/06/2011 at 23:58. Pushed by adjam into branch 'master'. Add shortcuts for scrolling as in vi or konqi BUG:238761 Patch by Thomas Murach, thanks :D Reviewed by me ;) M +21 -0 src/webview.cpp http://commits.kde.org/rekonq/be0d469407cb2126fb73bd6ee7c476743b9a046f These are not configurable shortcuts, judging by the commit diff? Git commit a47bb9051d9a3253c1a325bd7e9d6910780cb9cd by Andrea Diamantini. Committed on 02/08/2011 at 11:12. Pushed by adjam into branch 'master'. Revert vi-like shortcuts implementation In fact, until we have one way to understand if a widget (eg: a lineedit or a textarea) steals the focus before, this feature will break their usage. CCBUG: 238761 M +0 -22 src/webview.cpp http://commits.kde.org/rekonq/a47bb9051d9a3253c1a325bd7e9d6910780cb9cd The bug should be reopened now that you reverted the fix, no? Git commit 4743583e3852d616daf7a7ade480ac5d04295474 by Andrea Diamantini, on behalf of Johannes Troscher. Committed on 21/08/2011 at 18:15. Pushed by adjam into branch 'master'. Fix vi-like navigation shortcuts This patch introduces a check on input/textarea elements to be sure we are NOT stealing focus there.. ;) It also introduces a check to let the feature being optional (just to be completely sure... ) CCBUG: 238761 REVIEW: 102255 REVIEWED-BY: adjam,elproxy M +12 -5 src/settings/settings_general.ui M +3 -0 src/rekonq.kcfg M +29 -0 src/webview.cpp http://commits.kde.org/rekonq/4743583e3852d616daf7a7ade480ac5d04295474 j/k still don't work for me: 0.8.0 on KUbuntu 11.10 (In reply to comment #11) > j/k still don't work for me: 0.8.0 on KUbuntu 11.10 Davor, the fix is for master, hence 0.9. At least you can expect it for a bugfix release, (0.8.1, 0.8.2), but it's obvious it cannot work in your running 0.8. I don't know how I can explain this... Sorry, I thought 0.8 came out after the fix was released. |