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
ubuntu/eoan ubuntu/19.10.6
Raman Sarda 5 years ago committed by Walter Lapchynski
parent 6701e0013c
commit f153275a55

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
[ Raman Sarda ]

@ -14,7 +14,7 @@ Exec=qps
[Control%2BAlt%2BI.2]
Comment=Web browser
Enabled=true
Exec=xdg-open, about:blank
Exec=xdg-open about:blank
[Control%2BAlt%2BL.3]
Comment=lockscreen
@ -214,4 +214,5 @@ Exec=lxqt-config-brightness, -i
[XF86MyComputer.42]
Comment=Launch pcmanfm
Enabled=true
Exec=pcmanfm-qt
Exec=pcmanfm-qt

Loading…
Cancel
Save