diff options
| author | handsome_feng <445865575@qq.com> | 2016-03-17 20:46:54 +0800 |
|---|---|---|
| committer | handsome_feng <445865575@qq.com> | 2016-03-17 20:46:54 +0800 |
| commit | 7fedcc30b3ebc63a08c8226c8977548d359451dc (patch) | |
| tree | cb3f8e4474c5c36c3921a32831f2b123df52bc9f /unity-shared | |
| parent | a0954e522419b97c941a93dc17ea43ec69ab7b52 (diff) | |
fix nav with quicklist
(bzr r4067.4.17)
Diffstat (limited to 'unity-shared')
| -rw-r--r-- | unity-shared/UBusMessages.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unity-shared/UBusMessages.h b/unity-shared/UBusMessages.h index ecf26e93d..20ce84d45 100644 --- a/unity-shared/UBusMessages.h +++ b/unity-shared/UBusMessages.h @@ -41,6 +41,9 @@ // get rid of keyboard-input-focus #define UBUS_LAUNCHER_START_KEY_NAV "LAUNCHER_START_KEY_NAV" #define UBUS_LAUNCHER_END_KEY_NAV "LAUNCHER_END_KEY_NAV" +#define UBUS_LAUNCHER_PREV_KEY_NAV "LAUNCHER_PREV_KEY_NAV" +#define UBUS_LAUNCHER_NEXT_KEY_NAV "LAUNCHER_NEXT_KEY_NAV" +#define UBUS_LAUNCHER_OPEN_QUICKLIST "LAUNCHER_OPEN_QUICKLIST" #define UBUS_LAUNCHER_START_KEY_SWITCHER "LAUNCHER_START_KEY_SWITCHER" #define UBUS_LAUNCHER_END_KEY_SWITCHER "LAUNCHER_END_KEY_SWITCHER" #define UBUS_LAUNCHER_SELECTION_CHANGED "LAUNCHER_ICON_SELECTION_CHANGED" |
