summaryrefslogtreecommitdiff
path: root/misc/userscripts/qute-keepass
diff options
context:
space:
mode:
Diffstat (limited to 'misc/userscripts/qute-keepass')
-rwxr-xr-xmisc/userscripts/qute-keepass6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/userscripts/qute-keepass b/misc/userscripts/qute-keepass
index 329305622..445d308d5 100755
--- a/misc/userscripts/qute-keepass
+++ b/misc/userscripts/qute-keepass
@@ -234,10 +234,10 @@ def run(args):
# into insert-mode, so the form can be directly submitted by hitting
# enter afterwards. It doesn't matter when we go into insert mode, but
# the other commands need to be be executed sequentially, so we add
- # delays with later.
+ # delays with cmd-later.
qute_command('insert-text {} ;;'
- 'later {} fake-key <Tab> ;;'
- 'later {} insert-text {}{}'
+ 'cmd-later {} fake-key <Tab> ;;'
+ 'cmd-later {} insert-text {}{}'
.format(username, CMD_DELAY,
CMD_DELAY * 2, password, insert_mode))