Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

is there a list of Thunderbird commands to use in keyboard shortcuts?

  • 4 trả lời
  • 1 gặp vấn đề này
  • 6 lượt xem
  • Trả lời mới nhất được viết bởi bigfootnlc

more options

I'm trying to create a keyboard shortcut in Thunderbird (45.1.1 as of now), using Keyconfig. There are several examples of various shortcut 'syntaxes' available. However, I'm trying to create a shortcut that will change the 'open' folder.

It's been quite frustrating attempting to find what commands are available in Thunderbird for things like this. I'm sure developers have access to something like this, but I've had no luck finding it.


Thanks!

Neil

I'm trying to create a keyboard shortcut in Thunderbird (45.1.1 as of now), using Keyconfig. There are several examples of various shortcut 'syntaxes' available. However, I'm trying to create a shortcut that will change the 'open' folder. It's been quite frustrating attempting to find what commands are available in Thunderbird for things like this. I'm sure developers have access to something like this, but I've had no luck finding it. Thanks! Neil

Tất cả các câu trả lời (4)

more options

You might get a better response in the keyconfig forum, but in the meantime, consider these add-ons which may already accomplish your aims:

https://addons.mozilla.org/en-us/thunderbird/addon/nostalgy/

https://addons.mozilla.org/en-us/thunderbird/addon/quick-folder-move/

more options

OK, a little clarification - the changing of folders is only one step in the 'macro' I'm trying to create with Keyconfig. So, I need to know what command(s) to enter into Keyconfig to accomplish the move.


Thanks!

Neil

more options

Have you seen these?

more options

Yes, those are what got me started. Unfortunately, the suggested custom code there for going to a specific folder has at least one command that's no longer supported, getElementById. Research also led me to use syntax including commands GetMsgFolderFromUri and MailUtils.getFolderForURI, both no longer supported, as far as I can find out.

Thanks!

Neil