Opened 12 years ago
Closed 12 years ago
#30539 closed enhancement (fixed)
Focus V2: TinyMCE keyboard shortcuts
| Reported by: | afercia | Owned by: | azaozz |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.1 |
| Component: | Editor | Version: | 4.1 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: | ui, javascript |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.