Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ctrl + a stopped working after installing the addon #109

Open
marcohald opened this issue Sep 14, 2022 · 0 comments
Open

ctrl + a stopped working after installing the addon #109

marcohald opened this issue Sep 14, 2022 · 0 comments

Comments

@marcohald
Copy link

Thunderbird Version: 91.11.0 (64-Bit)
Addon Version: 2.2.0
ctrl+a to select all Mails in a folder stopped working after the installation of the addon.
This is my config:

{
    "j": "cmd:cmd_nextMsg",
    "k": "cmd:cmd_previousMsg",
    "o": "cmd:cmd_openMessage",
    "f": "cmd:cmd_forward",
    "#": "cmd:cmd_delete",
    "r": "cmd:cmd_reply",
    "a": "cmd:cmd_replyall",
    "x": "cmd:cmd_archive",
    "c": "func:MsgNewMessage",
    "u": "tbkeys:closeMessageAndRefresh",
    "ins": "cmd:cmd_toggleRead"
}

also tried to redefine ctrl +a but dint work

{
    "j": "cmd:cmd_nextMsg",
    "k": "cmd:cmd_previousMsg",
    "o": "cmd:cmd_openMessage",
    "f": "cmd:cmd_forward",
    "#": "cmd:cmd_delete",
    "r": "cmd:cmd_reply",
    "a": "cmd:cmd_replyall",
    "x": "cmd:cmd_archive",
    "c": "func:MsgNewMessage",
    "u": "tbkeys:closeMessageAndRefresh",
    "ins": "cmd:cmd_toggleRead",
    "ctrl+a": "cmd:cmd_selectAll"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant