fix: the numeric keypad cannot input#298
Merged
kegechen merged 1 commit intolinuxdeepin:masterfrom Jun 13, 2024
Merged
Conversation
|
TAG Bot New tag: 0.7.0 |
BLumia
reviewed
May 30, 2024
Member
BLumia
left a comment
There was a problem hiding this comment.
最初没这么写是因为怕 Tab 以及方向键也都被 forward 过去,影响纯键盘交互。这个场景确认没问题吗?
Contributor
Author
嗯,我测试 tab 和方向键是没问题的 |
98b3723 to
94d5fdd
Compare
3fa68f6 to
0a66394
Compare
BLumia
approved these changes
Jun 13, 2024
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: BLumia, zsien The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
使用 Keys.forwardTo 代替判断 event.text Issues: linuxdeepin/developer-center#8495
0a66394 to
d94a702
Compare
deepin pr auto review关键摘要:
是否建议立即修改:
|
This file contains hidden or 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
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.
使用 Keys.forwardTo 代替判断 event.text
Issues: linuxdeepin/developer-center#8495