fix: sync customize keymap when reverting invalid shortcut#434
fix: sync customize keymap when reverting invalid shortcut#434pengfeixx wants to merge 1 commit intolinuxdeepin:masterfrom
Conversation
There was a problem hiding this comment.
Sorry @pengfeixx, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
When a shortcut is set to an invalid key (e.g. Ctrl+Shift+L), the revert uses the visible option's current value and syncs it to the hidden customize keymap, preventing stale data from overwriting on keymap switch. 修复快捷键设为无效组合键后恢复值不正确的问题,同步更新customize keymap避免后续keymap切换时用脏数据覆盖。 Log: 修复无效快捷键恢复时使用了旧值的问题 PMS: BUG-353289 Influence: 用户设置无效快捷键后,快捷键将正确恢复为当前有效值而非之前的自定义值。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: pengfeixx 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 |
1 similar comment
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: pengfeixx 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 |
When a shortcut is set to an invalid key (e.g. Ctrl+Shift+L), the revert uses the visible option's current value and syncs it to the hidden customize keymap, preventing stale data from overwriting on keymap switch.
修复快捷键设为无效组合键后恢复值不正确的问题,同步更新customize
keymap避免后续keymap切换时用脏数据覆盖。
Log: 修复无效快捷键恢复时使用了旧值的问题
PMS: BUG-353289
Influence: 用户设置无效快捷键后,快捷键将正确恢复为当前有效值而非之前的自定义值。