Version: 0.4.0 (using KDE 4.4.3) OS: Linux There's a possibly somewhat obscure feature that I really love in konqueror -- the ability to scroll down with the 'j' key, and up with the 'k' key, ala vim. This appears to be built-in on konqueror, but I see no reason why it couldn't at least be a shortcuts configuration. However implemented, it's really nice because it keeps my fingers from moving off the keyboard home row while I scan/read/skim through web pages - it'd be great if rekonq could provide this same, albeit arguably minor, bit of convenience! Thanks, and kind regards to the developers - rekonq is quickly becoming my preferred browser of choice! Reproducible: Didn't try
(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.