[bijiben] webkitEditor: tab inserts a tab.



commit 53cae00629682661405ff0dfbb7c5ef295a26957
Author: Pierre-Yves Luyten <py luyten fr>
Date:   Wed Oct 23 22:49:50 2013 +0200

    webkitEditor: tab inserts a tab.
    
    See 710591

 src/libbiji/editor/biji-webkit-editor.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/libbiji/editor/biji-webkit-editor.c b/src/libbiji/editor/biji-webkit-editor.c
index 308d831..e658fd6 100644
--- a/src/libbiji/editor/biji-webkit-editor.c
+++ b/src/libbiji/editor/biji-webkit-editor.c
@@ -219,6 +219,7 @@ biji_webkit_editor_init (BijiWebkitEditor *self)
                 "enable-file-access-from-file-uris", TRUE,
                 "user-stylesheet-uri", css_path,
                 "enable-spell-checking", TRUE,
+                "tab-key-cycles-through-elements", FALSE,
                 NULL);
 
   g_free (css_path);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]