diff options
author | Johannes Troscher <fritz_van_tom@hotmail.com> | 2011-08-21 18:15:06 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-08-21 18:15:06 +0200 |
commit | 4743583e3852d616daf7a7ade480ac5d04295474 (patch) | |
tree | 5092211901c066bc64d306a467facc9129b37ee0 /src/rekonq.kcfg | |
parent | Restore tab's history when restoring a tab/session (diff) | |
download | rekonq-4743583e3852d616daf7a7ade480ac5d04295474.tar.xz |
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
Diffstat (limited to 'src/rekonq.kcfg')
-rw-r--r-- | src/rekonq.kcfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rekonq.kcfg b/src/rekonq.kcfg index 4050c4a0..2d19b723 100644 --- a/src/rekonq.kcfg +++ b/src/rekonq.kcfg @@ -97,6 +97,9 @@ <entry name="clearHomePageThumbs" type="Bool"> <default>true</default> </entry> + <entry name="enableViShortcuts" type="Bool"> + <default>false</default> + </entry> </group> |