Fixed Ctrl+Alt+B
Summary: Removed the extra comma. Test Plan: Press Ctrl+Alt+B and see if Firefox opens up. If it's already running then a new tab will open. Reviewers: tsimonq2, wxl Differential Revision: https://phab.lubuntu.me/D40
This commit is contained in:
parent
6701e0013c
commit
f153275a55
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
lubuntu-default-settings (19.10.6) eoan; urgency=medium
|
||||||
|
|
||||||
|
* Fixed Ctrl+Alt+B
|
||||||
|
|
||||||
|
-- Raman Sarda <theloudspeaker@lubuntu.me> Fri, 06 Sep 2019 22:39:30 +0000
|
||||||
|
|
||||||
lubuntu-default-settings (19.10.5) eoan; urgency=medium
|
lubuntu-default-settings (19.10.5) eoan; urgency=medium
|
||||||
|
|
||||||
[ Raman Sarda ]
|
[ Raman Sarda ]
|
||||||
|
@ -14,7 +14,7 @@ Exec=qps
|
|||||||
[Control%2BAlt%2BI.2]
|
[Control%2BAlt%2BI.2]
|
||||||
Comment=Web browser
|
Comment=Web browser
|
||||||
Enabled=true
|
Enabled=true
|
||||||
Exec=xdg-open, about:blank
|
Exec=xdg-open about:blank
|
||||||
|
|
||||||
[Control%2BAlt%2BL.3]
|
[Control%2BAlt%2BL.3]
|
||||||
Comment=lockscreen
|
Comment=lockscreen
|
||||||
@ -214,4 +214,5 @@ Exec=lxqt-config-brightness, -i
|
|||||||
[XF86MyComputer.42]
|
[XF86MyComputer.42]
|
||||||
Comment=Launch pcmanfm
|
Comment=Launch pcmanfm
|
||||||
Enabled=true
|
Enabled=true
|
||||||
Exec=pcmanfm-qt
|
Exec=pcmanfm-qt
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user