Keystroke labels should work for function keys (like F7, F8) #1338
Labels
changelog:api
A changelog entry should be put in the API section of the changelog.
good first issue
Relatively easy to fix. This is a perfect issue if you are willing to create a Pull Request.
status:confirmed
An issue confirmed by the development team.
target:major
Any docs related issue that should be merged into a major branch.
type:feature
A feature request.
Milestone
Are you reporting a feature request or a bug?
Feature request
Check if the issue is already reported
Extracted from #1154.
Provide detailed reproduction steps (if any)
Using keystrokes like
editor.setKeystroke( CKEDITOR.CTRL + 117, 'Play' );
, will display Play (Ctrl+u) instead of Play (Ctrl+f7).The cause of this issue is described here: #1154 (comment).
Other details
The text was updated successfully, but these errors were encountered: