Commit e0eb3bb
feat: add F1 key help support for launcher
1. Added showHelp() method in LauncherController to open manual via DBus
2. Implemented F1 key handling in both fullscreen and windowed modes
3. The help system specifically targets "启动器" (Launcher) section
4. Uses DBus interface com.deepin.Manual.Open to launch documentation
5. Added necessary DBus headers to launchercontroller.cpp
The change was made to provide quick access to launcher documentation
through standard F1 help key, improving user experience and
discoverability of launcher features.
feat: 为启动器添加F1键帮助支持
1. 在LauncherController中添加showHelp()方法通过DBus打开手册
2. 在全屏和窗口模式下实现F1键处理
3. 帮助系统专门针对"启动器"部分
4. 使用DBus接口com.deepin.Manual.Open启动文档
5. 在launchercontroller.cpp中添加必要的DBus头文件
此变更为用户提供通过标准F1帮助键快速访问启动器文档的功能,提升用户体验和
启动器功能的可发现性。
Pms: BUG-3157511 parent e5aae6d commit e0eb3bb
4 files changed
Lines changed: 29 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
188 | 190 | | |
189 | 191 | | |
190 | 192 | | |
191 | | - | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
71 | 78 | | |
72 | 79 | | |
73 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
25 | 32 | | |
26 | 33 | | |
27 | 34 | | |
| |||
0 commit comments