Add New Tab and New Window items to Unity Quicklist
Fixes: https://bugs.launchpad.net/midori/+bug/786749
This commit is contained in:
parent
84c5e08515
commit
e73fa8d24c
1 changed files with 11 additions and 1 deletions
|
@ -12,7 +12,17 @@ Terminal=false
|
|||
StartupNotify=true
|
||||
X-Osso-Type=application/x-executable
|
||||
X-Osso-Service=midori
|
||||
X-Ayatana-Desktop-Shortcuts=Private
|
||||
X-Ayatana-Desktop-Shortcuts=TabNew;WindowNew;Private
|
||||
|
||||
[TabNew Shortcut Group]
|
||||
Name=New _Tab
|
||||
Exec=midori -e TabNew
|
||||
TargetEnvironment=Unity
|
||||
|
||||
[WindowNew Shortcut Group]
|
||||
Name=New _Window
|
||||
Exec=midori -e WindowNew
|
||||
TargetEnvironment=Unity
|
||||
|
||||
[Private Shortcut Group]
|
||||
Name=New P_rivate Browsing Window
|
||||
|
|
Loading…
Reference in a new issue