RealRaven2000 / QuickFolders

Thunderbird Add-on: QuickFolders
http://quickfolders.org/
Other
49 stars 9 forks source link

TB128: `ALT + ⇨` and `ALT + ⇦` don't navigate to next / previous tabs anymore #491

Closed RealRaven2000 closed 3 months ago

RealRaven2000 commented 3 months ago

In Thunderbird 128

the keyboard combos ALT + ⇨ and ALT + ⇦ don't navigate to next / previous tabs anymore. Clearly a regression caused by Thunderbird 128.

Here is the option on the General tab:

image

RealRaven2000 commented 3 months ago

Apparently the keypress event hast been fully deprecated in Tb128. We now have to use keydown instead.

quickfix version is here:

QuickFolders-mx-6.7pre87.zip


To install, download archive and drop into Thunderbird Add-ns Manager (without extracting contents).

RealRaven2000 commented 3 months ago

The previous version had 1 problem: Letter shortcuts such as Shift+M, Shift+J triggered quickMove functionality even when typing in the quick search text, apparently this one again changed its implementation like in TB19 and TB115 before. New version with fix:

QuickFolders-mx-6.7pre99.zip


To install, download archive and drop into Thunderbird Add-ns Manager (without extracting contents).

RealRaven2000 commented 3 months ago

Implemented in 6.7, Published 17/08/2024