Add a method to get configured keystroke. #836
Labels
resolution:expired
This issue was closed due to lack of feedback.
status:stale
type:improvement
This issue reports a possible enhancement of an existing feature.
Taken from: #488 (comment).
After moving keystrokes from UI part of a feature to an Editing part I came to a conclusion that keystroke (ie
Ctrl+B
- bold as an example) is used in both of them:Defining the same value in two places is at least prone to refactoring errors in future and will not work after implementing keystrokes config / overriding.
As the keystroke should be defined by Editing part of a feature the UI part should be able to get this keystroke from the editor.
I can see two options:
I think that the first is better in terms of current API as it does not require to have those commands to be executed in any particular order:
The text was updated successfully, but these errors were encountered: