14 lines
425 B
Text
14 lines
425 B
Text
app: thunderbird
|
|
and not app: thunderbird_contacts
|
|
and not app: thunderbird_composer
|
|
-
|
|
# Set tags
|
|
tag(): user.tabs
|
|
|
|
# navigate tabs
|
|
go (mails | messages | inbox): user.tab_jump(1)
|
|
go (calendar | lightning): user.thunderbird_mod("shift-c")
|
|
go tasks: user.thunderbird_mod("shift-d")
|
|
# open windows
|
|
(open address [book] | address book | open contacts): user.thunderbird_mod("shift-b")
|
|
dev tools: user.thunderbird_mod("shift-i")
|