User Tools

Site Tools


ru:custom_shortcuts

Custom Shortcuts - Пользовательские комбинации клавиш

На рабочие столы Sparky добавлено несколько дополнительных сочетаний клавиш: LXQt, Openbox и Xfce:

Сочетание клавиш Инструмент LXQt команда Openbox команда Xfce команда
super+w Web browser x-www-browser x-www-browser x-www-browser
super+m Email client exo-open –launch MailReader exo-open –launch MailReader exo-open –launch MailReader
super+t Terminal emulator x-terminal-emulator x-terminal-emulator x-terminal-emulator
Print Screenshot lximage-qt - -screenshot xfce4-screenshooter / gscreenshot xfce4-screenshooter
super+e File manager pcmanfm-qt thunar thunar
super+p Printer system-config-printer system-config-printer system-config-printer
super+d Monitor lxqt-config-monitor xfce4-display-settings - -minimal
super+l Monitor lxrandr
super+q Quit wm-logout
super+r Run gexec
Ctrl+Esc Menu jgmenu_run

Как обновить комбинации

Обновите пакет sparky-desktop-data до последней версии, затем:

LXQt

Скопируйте файл:

 /usr/share/sparky-desktop-data/lxqt/skel/.config/openbox/lxqt-rc.xml

в:

 ~/.config/openbox/

затем перезапустите Openbox:

 openbox --restart

Openbox

Скопируйте файл:

 /usr/share/sparky-desktop-data/openbox/skel/.config/openbox/rc.xml

в:

 ~/.config/openbox/

затем перезапустите Openbox:

 openbox --restart

Xfce

Добавьте комбинации вручную:

Web-браузер:

 xfconf-query --channel xfce4-keyboard-shortcuts --property "/commands/custom/<Super>w" --create --type string --set "x-www-browser"

Email клиент:

 xfconf-query --channel xfce4-keyboard-shortcuts --property "/commands/custom/<Super>m" --create --type string --set "exo-open --launch Mailreader"

Эмулятор терминала:

 xfconf-query --channel xfce4-keyboard-shortcuts --property "/commands/custom/<Super>t" --create --type string --set "x-terminal-emulator"

Screenshot:

 xfconf-query --channel xfce4-keyboard-shortcuts --property "/commands/custom/Print" --create --type string --set "xfce4-screenshooter"

Thunar:

 xfconf-query --channel xfce4-keyboard-shortcuts --property "/commands/custom/<Super>e" --create --type string --set "thunar"

Printer:

 xfconf-query --channel xfce4-keyboard-shortcuts --property "/commands/custom/<Super>p" --create --type string --set "system-config-printer"

Monitor:

 xfconf-query --channel xfce4-keyboard-shortcuts --property "/commands/custom/<Super>d" --create --type string --set "xfce4-display-settings -- minimal"

Это может изменить настройки ваших шрифтов, поэтому сбросьте их с помощью инструмента Xfce Config.

ru/custom_shortcuts.txt · Last modified: 2023/07/18 17:41 by pavroo