-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: graphical editor sentences hotkey #354
Closed
ClodLingxi
wants to merge
20
commits into
OpenWebGAL:dev
from
ClodLingxi:feat-graphical-editor-sentences-hotkey-bfg
Closed
feat: graphical editor sentences hotkey #354
ClodLingxi
wants to merge
20
commits into
OpenWebGAL:dev
from
ClodLingxi:feat-graphical-editor-sentences-hotkey-bfg
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add copy_sentence_and_insert action
…tence-setting-bfg # Conflicts: # packages/origine2/src/locales/en.po # packages/origine2/src/locales/ja.po # packages/origine2/src/locales/zhCn.po
…tor-sentences-hotkey-bfg
…setting-bfg' into feat-graphical-editor-sentences-hotkey-bfg # Conflicts: # packages/origine2/src/locales/en.po # packages/origine2/src/locales/ja.po # packages/origine2/src/locales/zhCn.po
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Sentence 和 AddSentence 快捷键 (过时)
Sentence (不包括自定义)
(OUTER 为焦点在整个语句控件时触发)
(INNER 为焦点在语句控件内输入框时触发)
AddSentence (包括自定义,且储存至IEditorState)
在AddSentence左下角切换设置模组,并点击对应按钮调整其快捷键
string
"Ctrl+Enter"
或"Alt+Enter"
。shortcuts: "Ctrl+Enter"
commandType | "custom"
commandType
枚举中的值),也可以是自定义的"custom"
。type: commandType.run_sentence
string?
(可选)type
为"custom"
时,可以提供一个初始文本,用于快捷执行某指令(待写)。initialText: "changeFigure:stand.png -left"