abouttreesummaryrefslogcommitdiff
path: root/srcs
diff options
context:
space:
mode:
Diffstat (limited to 'srcs')
-rw-r--r--srcs/juloo.keyboard2/CurrentlyTypedWord.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/srcs/juloo.keyboard2/CurrentlyTypedWord.java b/srcs/juloo.keyboard2/CurrentlyTypedWord.java
index 40825bb..2c7066d 100644
--- a/srcs/juloo.keyboard2/CurrentlyTypedWord.java
+++ b/srcs/juloo.keyboard2/CurrentlyTypedWord.java
@@ -113,7 +113,7 @@ public final class CurrentlyTypedWord
if (_has_selection)
set_current_word("");
else
- set_current_word(_ic.getTextBeforeCursor(10, 0));
+ set_current_word(_ic.getTextBeforeCursor(20, 0));
}
/** Refresh the current word by immediately querying the editor. */