Fixed runner's default shortcut.

Summary:
Removed shortcut for runner from globalkeys.
 The runner config file added in previous commit is enough

Test Plan: Check if Meta+R opens runner by default

Reviewers: tsimonq2, wxl

Reviewed By: wxl

Differential Revision: https://phab.lubuntu.me/D46
ubuntu/eoan ubuntu/19.10.8
Raman Sarda 5 years ago committed by Walter Lapchynski
parent eb96aa9ff2
commit 4b392693a6

6
debian/changelog vendored

@ -1,3 +1,9 @@
lubuntu-default-settings (19.10.8) eoan; urgency=medium
* Fixed runner's default shortcut.
-- Raman Sarda <theloudspeaker@lubuntu.me> Thu, 19 Sep 2019 20:37:54 +0530
lubuntu-default-settings (19.10.7) eoan; urgency=medium
* Added config file for runner.

@ -146,77 +146,72 @@ Comment=Switch to desktop 9
Enabled=true
path=/panel/desktopswitch/desktop_9
[Meta%2BR.29]
Comment=Show/hide runner dialog
Enabled=true
path=/runner/show_hide_dialog
[Print.30]
[Print.29]
Comment=screen shot
Enabled=true
Exec=screengrab
[Shift%2BControl%2BF6.31]
[Shift%2BControl%2BF6.30]
Comment=\x2600 \x2193
Enabled=true
Exec=lxqt-config-brightness, -d
[Shift%2BControl%2BF7.32]
[Shift%2BControl%2BF7.31]
Comment=\x2600 \x2191
Enabled=true
Exec=lxqt-config-brightness, -i
[Super_L.33]
[Super_L.32]
Comment=Show/hide main menu
Enabled=true
path=/panel/mainmenu/show_hide
[XF86AudioLowerVolume.34]
[XF86AudioLowerVolume.33]
Comment=Decrease sound volume
Enabled=true
path=/panel/volume/down
[XF86AudioMute.35]
[XF86AudioMute.34]
Comment=Mute/unmute sound volume
Enabled=true
path=/panel/volume/mute
[XF86AudioRaiseVolume.36]
[XF86AudioRaiseVolume.35]
Comment=Increase sound volume
Enabled=true
path=/panel/volume/up
[XF86Calculator.37]
[XF86Calculator.36]
Comment=Launch calculator
Enabled=true
Exec=kcalc
[XF86HomePage.38]
[XF86HomePage.37]
Comment=Launch browser
Enabled=true
Exec=xdg-open, about:blank
[XF86Mail.39]
[XF86Mail.38]
Comment=Launch mail
Enabled=true
Exec=trojita
[XF86MonBrightnessDown.40]
[XF86MonBrightnessDown.39]
Comment=\x2600 \x2193
Enabled=true
Exec=lxqt-config-brightness, -d
[XF86MonBrightnessUp.41]
[XF86MonBrightnessUp.40]
Comment=\x2600 \x2191
Enabled=true
Exec=lxqt-config-brightness, -i
[XF86MyComputer.42]
[XF86MyComputer.41]
Comment=Launch pcmanfm
Enabled=true
Exec=pcmanfm-qt
[XF86Search.43]
[XF86Search.42]
Comment=Show/hide runner
Enabled=true
path=/runner/show_hide_dialog

Loading…
Cancel
Save