From f153275a55cfe32616984aee1d33a2cd3b1de064 Mon Sep 17 00:00:00 2001 From: Raman Sarda Date: Fri, 6 Sep 2019 15:48:53 -0700 Subject: [PATCH] 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 --- debian/changelog | 6 ++++++ src/etc/xdg/xdg-Lubuntu/lxqt/globalkeyshortcuts.conf | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e88bd32..e4694f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lubuntu-default-settings (19.10.6) eoan; urgency=medium + + * Fixed Ctrl+Alt+B + + -- Raman Sarda Fri, 06 Sep 2019 22:39:30 +0000 + lubuntu-default-settings (19.10.5) eoan; urgency=medium [ Raman Sarda ] diff --git a/src/etc/xdg/xdg-Lubuntu/lxqt/globalkeyshortcuts.conf b/src/etc/xdg/xdg-Lubuntu/lxqt/globalkeyshortcuts.conf index 53fdb3a..d7b6a50 100644 --- a/src/etc/xdg/xdg-Lubuntu/lxqt/globalkeyshortcuts.conf +++ b/src/etc/xdg/xdg-Lubuntu/lxqt/globalkeyshortcuts.conf @@ -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 \ No newline at end of file +Exec=pcmanfm-qt +