Changes between Initial Version and Version 5 of Ticket #10911
- Timestamp:
- Oct 14, 2013, 1:30:37 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10911
-
Property
Status
changed from
new
toassigned
- Property Owner set to Marek Lewandowski
-
Property
Milestone
changed from
to
CKEditor 4.3
-
Property
Status
changed from
-
Ticket #10911 – Description
initial v5 21 21 3. here's line which may be modified in order to solve the problem: https://github.com/ckeditor/ckeditor-dev/blob/major/plugins/widget/plugin.js#L2332 22 22 simple idea would be to add {{{ || ( CKEDITOR.ALT & keyCode )}}} 23 But there still end user may experience some issue, with other browser hotkeys, i.e. in chromium based browsers pressing (just) F6 will cycle focus between browsers top ui elements, like address bar, bookmarks, extensions icons 23 But there still end user may experience some issue, with other browser hotkeys, i.e. 24 - in most browsers pressing (just) '''F6''' will cycle focus between browsers top ui elements, like address bar, page content, bookmarks, extensions icons. 25 - '''F5''' should reload page 26 - '''F12''' should open browser inspector 24 27 25 28 Suggestion:[[BR]]