summaryrefslogtreecommitdiff
path: root/src/rekonq.kcfg
diff options
context:
space:
mode:
authorJohannes Troscher <fritz_van_tom@hotmail.com>2011-08-21 18:15:06 +0200
committerAndrea Diamantini <adjam7@gmail.com>2011-08-21 18:15:06 +0200
commit4743583e3852d616daf7a7ade480ac5d04295474 (patch)
tree5092211901c066bc64d306a467facc9129b37ee0 /src/rekonq.kcfg
parentRestore tab's history when restoring a tab/session (diff)
downloadrekonq-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.kcfg3
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>