First Last Prev Next    No search results available
Details
: If none of the keyboard shortcuts in general settings are...
Bug#: 26227
: QuickFolders
: General
Status: RESOLVED
Resolution: FIXED
: PC
: Windows NT
: unspecified
: P1
: normal
: ---

:
:
:
:
:
  Show dependency tree - Show dependency graph
People
Reporter: Axel Grude <axel.grude@gmail.com>
Assigned To: Axel Grude <axel.grude@gmail.com>
:

Attachments
QF 4.5 prerelease 47 (694.11 KB, application/x-xpinstall)
2016-05-16 09:50, Axel Grude
no flags Details


Note

You need to log in before you can comment on or make changes to this bug.

Related actions


Description:   Opened: 2016-05-16 09:07
The (QuickFolders Pro only) optional shortcut keys for quickJump or quickMove
(Copy) do not work if none of the following checkboxes on Options General are
checked:

1) Use keyboard shortcuts
3) Rebuild Tabs with Shortuct
3) ALT-LEft / ALT-RIGht for previous / next Tab

Also to be activated from all off THunderbird needs to be restarted
------- Comment #1 From Axel Grude 2016-05-16 09:50:41 -------
Created an attachment (id=8185) [details]
QF 4.5 prerelease 47

Patched version.

I made a property isKeyboardListeners() that should take care of all possible
keyboard shortcuts; also move the event initialization code into a separate
function which is also called when accepting option changes - this will ensure
that Thunderbird does not need to be restarted in order to activate the key
listener for any of the shortcuts.

   get isKeyboardListeners() {
        return this.isUseNavigateShortcuts 
        || this.isUseKeyboardShortcuts 
        || this.isUseRebuildShortcut 
        || this.isQuickJumpShortcut 
        || this.isQuickMoveShortcut 
        || this.isQuickCopyShortcut;
   } ,
------- Comment #2 From Axel Grude 2016-07-25 10:02:07 -------
Release 4.5 - Resolved Fixed

First Last Prev Next    No search results available