Changes between Initial Version and Version 1 of Ticket #35932, comment 8
- Timestamp:
- 03/12/2016 07:01:46 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35932, comment 8
initial v1 1 1 We are using the proper modifier keys reserved for the browser. However these still can conflict with some rarely used keyboard layouts. Also, unfortunately the browsers do not distinguish between left and right modifier keys, so we cannot exclude "left alt" for example. 2 2 3 On the other hand, we do not use `Alt + F` in the editor. The shortcut is `Ctrl + Alt + F` . So it seems the keyboard map doesn't work properly if it fails to interpret the Ctrl key. Maybe look for a better mapping file for your OS?3 On the other hand, we do not use `Alt + F` in the editor. The shortcut is `Ctrl + Alt + F` (on Windows). So it seems the keyboard map doesn't work properly if it fails to interpret the Ctrl key. Maybe look for a better mapping file for your OS? 4 4 5 5 In the meantime, this shortcut is added by the TinyMCE 'fullscreen' plugin. It can be removed with something like: