Sync state between qml and C++. Now C++ only provides keyboard navigation events, state is maintained in qml.
Using qml ShortCut type for trigger/toggle based shortcuts like multitaskview Meta+S, screenlock Meta+L.
suggests https://github.com/vioken/waylib/pull/287 for auto-repeat
The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
- **[debian/deepin/OWNERS](https://github.com/linuxdeepin/treeland/blob/master/debian/deepin/OWNERS)**
Approvers can indicate their approval by writing `/approve` in a comment
Approvers can cancel approval by writing `/approve cancel` in a comment
ShortCut
type for trigger/toggle based shortcuts like multitaskviewMeta+S
, screenlockMeta+L
. suggests https://github.com/vioken/waylib/pull/287 for auto-repeat