Package Details: thunderbird-extension-tbkeys 2.1.3-1

Git Clone URL: https://aur.archlinux.org/thunderbird-extension-tbkeys.git (read-only, click to copy)
Package Base: thunderbird-extension-tbkeys
Description: Custom commands, functions, and keybindings for Thunderbird
Upstream URL: https://github.com/wshanks/tbkeys
Licenses: MPL
Submitter: tdy
Maintainer: tdy
Last Packager: tdy
Votes: 1
Popularity: 0.000000
First Submitted: 2021-01-17 04:53 (UTC)
Last Updated: 2021-09-03 21:44 (UTC)

Latest Comments

tdy commented on 2021-01-17 05:16 (UTC) (edited on 2021-01-17 05:17 (UTC) by tdy)

Note: If you do not care about the ability to execute arbitrary javascript, you can just use tbkeys-lite from the extension store.

This full tbkeys extension enables you to use eval commands, e.g., to scroll the message pane:

window.document.getElementById('messagepane').contentDocument.documentElement.getElementsByTagName('body')[0].scrollBy(0, 100)

See the docs for common eval commands: https://github.com/wshanks/tbkeys#common-key-bindings