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
This commit is contained in:
parent
eb96aa9ff2
commit
4b392693a6
6
debian/changelog
vendored
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
|
lubuntu-default-settings (19.10.7) eoan; urgency=medium
|
||||||
|
|
||||||
* Added config file for runner.
|
* Added config file for runner.
|
||||||
|
@ -146,77 +146,72 @@ Comment=Switch to desktop 9
|
|||||||
Enabled=true
|
Enabled=true
|
||||||
path=/panel/desktopswitch/desktop_9
|
path=/panel/desktopswitch/desktop_9
|
||||||
|
|
||||||
[Meta%2BR.29]
|
[Print.29]
|
||||||
Comment=Show/hide runner dialog
|
|
||||||
Enabled=true
|
|
||||||
path=/runner/show_hide_dialog
|
|
||||||
|
|
||||||
[Print.30]
|
|
||||||
Comment=screen shot
|
Comment=screen shot
|
||||||
Enabled=true
|
Enabled=true
|
||||||
Exec=screengrab
|
Exec=screengrab
|
||||||
|
|
||||||
[Shift%2BControl%2BF6.31]
|
[Shift%2BControl%2BF6.30]
|
||||||
Comment=\x2600 \x2193
|
Comment=\x2600 \x2193
|
||||||
Enabled=true
|
Enabled=true
|
||||||
Exec=lxqt-config-brightness, -d
|
Exec=lxqt-config-brightness, -d
|
||||||
|
|
||||||
[Shift%2BControl%2BF7.32]
|
[Shift%2BControl%2BF7.31]
|
||||||
Comment=\x2600 \x2191
|
Comment=\x2600 \x2191
|
||||||
Enabled=true
|
Enabled=true
|
||||||
Exec=lxqt-config-brightness, -i
|
Exec=lxqt-config-brightness, -i
|
||||||
|
|
||||||
[Super_L.33]
|
[Super_L.32]
|
||||||
Comment=Show/hide main menu
|
Comment=Show/hide main menu
|
||||||
Enabled=true
|
Enabled=true
|
||||||
path=/panel/mainmenu/show_hide
|
path=/panel/mainmenu/show_hide
|
||||||
|
|
||||||
[XF86AudioLowerVolume.34]
|
[XF86AudioLowerVolume.33]
|
||||||
Comment=Decrease sound volume
|
Comment=Decrease sound volume
|
||||||
Enabled=true
|
Enabled=true
|
||||||
path=/panel/volume/down
|
path=/panel/volume/down
|
||||||
|
|
||||||
[XF86AudioMute.35]
|
[XF86AudioMute.34]
|
||||||
Comment=Mute/unmute sound volume
|
Comment=Mute/unmute sound volume
|
||||||
Enabled=true
|
Enabled=true
|
||||||
path=/panel/volume/mute
|
path=/panel/volume/mute
|
||||||
|
|
||||||
[XF86AudioRaiseVolume.36]
|
[XF86AudioRaiseVolume.35]
|
||||||
Comment=Increase sound volume
|
Comment=Increase sound volume
|
||||||
Enabled=true
|
Enabled=true
|
||||||
path=/panel/volume/up
|
path=/panel/volume/up
|
||||||
|
|
||||||
[XF86Calculator.37]
|
[XF86Calculator.36]
|
||||||
Comment=Launch calculator
|
Comment=Launch calculator
|
||||||
Enabled=true
|
Enabled=true
|
||||||
Exec=kcalc
|
Exec=kcalc
|
||||||
|
|
||||||
[XF86HomePage.38]
|
[XF86HomePage.37]
|
||||||
Comment=Launch browser
|
Comment=Launch browser
|
||||||
Enabled=true
|
Enabled=true
|
||||||
Exec=xdg-open, about:blank
|
Exec=xdg-open, about:blank
|
||||||
|
|
||||||
[XF86Mail.39]
|
[XF86Mail.38]
|
||||||
Comment=Launch mail
|
Comment=Launch mail
|
||||||
Enabled=true
|
Enabled=true
|
||||||
Exec=trojita
|
Exec=trojita
|
||||||
|
|
||||||
[XF86MonBrightnessDown.40]
|
[XF86MonBrightnessDown.39]
|
||||||
Comment=\x2600 \x2193
|
Comment=\x2600 \x2193
|
||||||
Enabled=true
|
Enabled=true
|
||||||
Exec=lxqt-config-brightness, -d
|
Exec=lxqt-config-brightness, -d
|
||||||
|
|
||||||
[XF86MonBrightnessUp.41]
|
[XF86MonBrightnessUp.40]
|
||||||
Comment=\x2600 \x2191
|
Comment=\x2600 \x2191
|
||||||
Enabled=true
|
Enabled=true
|
||||||
Exec=lxqt-config-brightness, -i
|
Exec=lxqt-config-brightness, -i
|
||||||
|
|
||||||
[XF86MyComputer.42]
|
[XF86MyComputer.41]
|
||||||
Comment=Launch pcmanfm
|
Comment=Launch pcmanfm
|
||||||
Enabled=true
|
Enabled=true
|
||||||
Exec=pcmanfm-qt
|
Exec=pcmanfm-qt
|
||||||
|
|
||||||
[XF86Search.43]
|
[XF86Search.42]
|
||||||
Comment=Show/hide runner
|
Comment=Show/hide runner
|
||||||
Enabled=true
|
Enabled=true
|
||||||
path=/runner/show_hide_dialog
|
path=/runner/show_hide_dialog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user