fix: align default window switching shortcuts - #121
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR updates four JSON shortcut configuration files to align window-switching hotkeys with desktop defaults, cleaning up obsolete bindings and normalizing metadata (including serial values). File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
deepin pr auto review★ 总体评分:95分■ 【总体评价】
■ 【详细分析】
■ 【改进建议代码示例】 diff --git a/src/plugin-qt/shortcut/dde-app-shortcuts/configs/org.deepin.dde.keybinding.shortcut.app.taskswitch-sameapp-prev/org.deepin.shortcut.json b/src/plugin-qt/shortcut/dde-app-shortcuts/configs/org.deepin.dde.keybinding.shortcut.app.taskswitch-sameapp-prev/org.deepin.shortcut.json
index 2888501..daedc80 100644
--- a/src/plugin-qt/shortcut/dde-app-shortcuts/configs/org.deepin.dde.keybinding.shortcut.app.taskswitch-sameapp-prev/org.deepin.shortcut.json
+++ b/src/plugin-qt/shortcut/dde-app-shortcuts/configs/org.deepin.dde.keybinding.shortcut.app.taskswitch-sameapp-prev/org.deepin.shortcut.json
@@ -34,10 +34,9 @@
},
"hotkeys": {
"value": [
- "Shift+Meta+`",
- "Shift+Alt+`"
+ "Alt+Shift+`"
],
- "serial": 0,
+ "serial": 1,
"flags": [],
"name": "hotkeys",
"name[zh_CN]": "快捷键组合", |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: robertkill, yixinshark 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 |
Align four window switching shortcut definitions with the desktop defaults. - Remove obsolete alternative bindings for same-application window switching. - Correct the reverse window switch and window effects switch combinations. - Bump the hotkey serial values so updated defaults are applied. 将四项窗口切换快捷键配置与桌面默认值保持一致。 - 移除同类型窗口切换中已废弃的备用按键组合。 - 修正反向切换窗口和切换窗口效果的按键组合。 - 更新快捷键序列号,使新的默认值生效。 Log: align default window switching shortcuts Pms: BUG-372017 Change-Id: I29c2b19df6a65eeef7685c1e075917cdee2f28b9
cac2a67 to
5bdbebc
Compare
|
/forcemerge |
|
This pr force merged! (status: blocked) |
Summary
Test plan
Pms: BUG-372017
Summary by Sourcery
Align window-switching shortcut configurations with desktop defaults and clean up obsolete bindings.
Bug Fixes:
Enhancements: