diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2013-10-17 07:27:07 +0200 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2013-10-17 07:27:07 +0200 |
| commit | cdd147c4a5cf8ab86b8682f96fc1e7934cb768a9 (patch) | |
| tree | 5786a95d9ccaae761d2b1dcbd0bb6556ea17b0c5 /plugins/unityshell | |
| parent | c7146e493661bd5564db91a59dd17c6f194c963c (diff) | |
UnityScreen: CreateSuperNewAction with Shift and Numpad for launcher
This fixes the bug that caused Super+Shift+KP_x not to work as it should. Fixes LP: #1240806 (bzr r3566.4.3)
Diffstat (limited to 'plugins/unityshell')
| -rw-r--r-- | plugins/unityshell/src/unityshell.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/unityshell/src/unityshell.cpp b/plugins/unityshell/src/unityshell.cpp index 2854a360c..83efb9497 100644 --- a/plugins/unityshell/src/unityshell.cpp +++ b/plugins/unityshell/src/unityshell.cpp @@ -489,6 +489,7 @@ void UnityScreen::EnsureSuperKeybindings() CreateSuperNewAction(shortcut, impl::ActionModifiers::NONE); CreateSuperNewAction(shortcut, impl::ActionModifiers::USE_NUMPAD); CreateSuperNewAction(shortcut, impl::ActionModifiers::USE_SHIFT); + CreateSuperNewAction(shortcut, impl::ActionModifiers::USE_SHIFT_NUMPAD); } for (auto shortcut : dash_controller_->GetAllShortcuts()) |
