fix(shortcut): update desktop switching shortcuts to use Meta key#389
fix(shortcut): update desktop switching shortcuts to use Meta key#389Shining-N wants to merge 1 commit into
Conversation
Change desktop switching shortcuts from Ctrl+Alt to Meta key for better usability. Remove Meta+Left/Right from window quick tile to avoid shortcut conflicts. 更新桌面切换快捷键为Meta键组合,取消窗口快速铺至 左右侧的Meta快捷键绑定,避免快捷键冲突。 Log: 更新桌面切换快捷键绑定 PMS: BUG-313691 Influence: 桌面切换快捷键改为Meta+数字或Meta+方向键,取消窗口左右快速铺的Meta快捷键绑定
|
CLA Assistant Lite bot: |
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates desktop switching global shortcuts to use Meta-based key combinations and removes conflicting Meta+Left/Right bindings from window quick-tiling actions to resolve shortcut conflicts and improve usability. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
deepin pr auto review这段代码是一个 KDE Plasma 桌面环境的全局快捷键配置文件( 以下是对该 diff 的审查意见,分为语法逻辑、代码质量、代码性能和代码安全四个方面: 1. 语法逻辑
2. 代码质量
3. 代码性能
4. 代码安全
改进建议基于上述审查,主要的改进方向在于解决快捷键冲突和优化用户体验:
修改后的建议示例(解决冲突): 如果决定优先保留桌面切换的 -Window Quick Tile Left=none,none,将窗口快速铺至左侧
-Window Quick Tile Right=none,none,将窗口快速铺至右侧
+Window Quick Tile Left=Meta+Ctrl+Left,none,将窗口快速铺至左侧
+Window Quick Tile Right=Meta+Ctrl+Right,none,将窗口快速铺至右侧或者,如果决定优先保留窗口平铺的 -Switch to Next Desktop=Meta+Right,none,切换到下一个桌面
-Switch to Previous Desktop=Meta+Left,none,切换到上一个桌面
+Switch to Next Desktop=Meta+Ctrl+Right,none,切换到下一个桌面
+Switch to Previous Desktop=Meta+Ctrl+Left,none,切换到上一个桌面总结:代码本身没有语法或安全问题,但存在逻辑上的功能冲突(快捷键覆盖),建议根据实际使用习惯重新分配 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Groveer, justforlxz, Shining-N 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 |
|
TAG Bot New tag: 6.0.9 |
Change desktop switching shortcuts from Ctrl+Alt to Meta key for better usability. Remove Meta+Left/Right from window quick tile to avoid shortcut conflicts.
更新桌面切换快捷键为Meta键组合,取消窗口快速铺至
左右侧的Meta快捷键绑定,避免快捷键冲突。
Log: 更新桌面切换快捷键绑定
PMS: BUG-313691
Influence: 桌面切换快捷键改为Meta+数字或Meta+方向键,取消窗口左右快速铺的Meta快捷键绑定
Summary by Sourcery
Update global desktop switching shortcuts to use Meta key combinations and resolve conflicts with window tiling shortcuts.
Bug Fixes:
Enhancements: