Commit 43f9852
committed
feat: add shortcut manager plugin
- Add dde-app-shortcuts config module for built-in app shortcuts and translations.
- Route logout shortcut through dde-shortcut-tool power show-ui.
- Lazily create dde-shortcut-tool controllers and expose static command metadata.
- Keep power shortcut actions stateless and initialize dependencies per action.
- Skip Display1 initialization on Wayland to avoid shortcut command DBus timeout.
- Print Treeland bind error names on commit failure.
Log: add shortcut manager plugin
Pms: TASK-390447
Change-Id: I4c8ad94a31d4703d78bafb756e5c6b81c36375fd1 parent 7c4f7f3 commit 43f9852
239 files changed
Lines changed: 17802 additions & 3 deletions
File tree
- debian
- src/plugin-qt
- shortcut
- cmake
- configs
- org.deepin.dde.keybinding.gesture.swipe3down
- org.deepin.dde.keybinding.gesture.swipe3left
- org.deepin.dde.keybinding.gesture.swipe3right
- org.deepin.dde.keybinding.gesture.swipe3up
- org.deepin.dde.keybinding.gesture.swipe4down
- org.deepin.dde.keybinding.gesture.swipe4left
- org.deepin.dde.keybinding.gesture.swipe4right
- org.deepin.dde.keybinding.gesture.swipe4up
- org.deepin.dde.keybinding.gesture.tap3none
- org.deepin.dde.keybinding.gesture.tap4none
- org.deepin.dde.keybinding.shortcut.audiofastforward
- org.deepin.dde.keybinding.shortcut.audiomedia
- org.deepin.dde.keybinding.shortcut.audiomute
- org.deepin.dde.keybinding.shortcut.audiopause
- org.deepin.dde.keybinding.shortcut.audiorewind
- org.deepin.dde.keybinding.shortcut.away
- org.deepin.dde.keybinding.shortcut.brightnessdown
- org.deepin.dde.keybinding.shortcut.brightnessup
- org.deepin.dde.keybinding.shortcut.calculator
- org.deepin.dde.keybinding.shortcut.calendar
- org.deepin.dde.keybinding.shortcut.capslock
- org.deepin.dde.keybinding.shortcut.defaultterminal
- org.deepin.dde.keybinding.shortcut.displayswitch
- org.deepin.dde.keybinding.shortcut.documents
- org.deepin.dde.keybinding.shortcut.eject
- org.deepin.dde.keybinding.shortcut.homepage
- org.deepin.dde.keybinding.shortcut.kbdlightdown
- org.deepin.dde.keybinding.shortcut.kbdlighttoggle
- org.deepin.dde.keybinding.shortcut.kbdlightup
- org.deepin.dde.keybinding.shortcut.mail
- org.deepin.dde.keybinding.shortcut.medianext
- org.deepin.dde.keybinding.shortcut.mediaplay
- org.deepin.dde.keybinding.shortcut.mediaprev
- org.deepin.dde.keybinding.shortcut.mediastop
- org.deepin.dde.keybinding.shortcut.micmute
- org.deepin.dde.keybinding.shortcut.music
- org.deepin.dde.keybinding.shortcut.numlock
- org.deepin.dde.keybinding.shortcut.pictures
- org.deepin.dde.keybinding.shortcut.power
- org.deepin.dde.keybinding.shortcut.tools
- org.deepin.dde.keybinding.shortcut.touchpadoff
- org.deepin.dde.keybinding.shortcut.touchpadon
- org.deepin.dde.keybinding.shortcut.touchpadtoggle
- org.deepin.dde.keybinding.shortcut.turnoffscreen
- org.deepin.dde.keybinding.shortcut.video
- org.deepin.dde.keybinding.shortcut.volumedown
- org.deepin.dde.keybinding.shortcut.volumeup
- org.deepin.dde.keybinding.shortcut.wlan
- org.deepin.dde.keybinding.shortcut.www
- dde-app-shortcuts
- configs
- org.deepin.dde.keybinding.shortcut.app.clipboard
- org.deepin.dde.keybinding.shortcut.app.launcher
- org.deepin.dde.keybinding.shortcut.app.lockscreen
- org.deepin.dde.keybinding.shortcut.app.logout
- org.deepin.dde.keybinding.shortcut.app.notificationcenter
- org.deepin.dde.keybinding.shortcut.app.terminalquake
- translations
- src
- backend
- wayland
- x11
- config
- core
- tools
- dde-shortcut-tool
- translations
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
| |||
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
33 | | - | |
| 38 | + | |
| 39 | + | |
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
0 commit comments