Skip to content

send_keys misses in new release of thunderbird #20

@quintijn

Description

@quintijn

With release 115.3.1 (64-bits) of Thunderbird, the mozilla mail program, for windows (10), repeated keystrokes in menu's are not all caught.

When sending multiple keytstrokes, they need a pause in between:
===== example:

Voice commands for thunderbird

include Unimacro.vch;

(unfold=u | fold=s) conversations = {alt+l} W() i W() $1;
show conversations = {alt+l} W() s W() c;
hide conversatiions = {alt+l} W() s W() e;

=================
In the previous version, I needed the W() after the first keystroke ({alt+l}, but not for the next keystrokes.
Now, I need to do the pausing after each of these keystrokes.

Idea how to tackle this, and make more concise commands without the W() command?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions