Opened 10 years ago
Closed 10 years ago
#30539 closed enhancement (fixed)
Focus V2: TinyMCE keyboard shortcuts
Reported by: | afercia | Owned by: | azaozz |
---|---|---|---|
Milestone: | 4.1 | Priority: | normal |
Severity: | normal | Version: | 4.1 |
Component: | Editor | Keywords: | |
Focuses: | ui, javascript | Cc: |
Description
Please consider to exclude TinyMCE keyboard shortcuts from triggering Focus V2, for example:
Ctrl+K
Ctrl+Z
Ctrl+Y
Alt+F8
Alt+F10
Alt+F11
etc.
don't trigger Focus.
All the Alt+Shift ones instead, seems they do trigger Focus, for example:
Alt+Shit+A
Alt+Shit+M
Alt+Shit+L
Alt+Shit+C
Alt+Shit+R
etc.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
The Alt+Shit+* shortcuts seem to be specifically allowed to trigger fade-out. Not sure why, perhaps @avryl will know more. Alternatively 30539.patch fixes this by preventing fading out on Ctrl and Alt+Shift.