You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: