分页: 1 / 1

lubuntu14.04如何定义快捷键启动程序

发表于 : 2016-08-16 13:03
wfwjp
lbuntu14.04如何定义一个快捷键,比如按f2键启动一个用户程序,在xubuntu中有快捷键定义工具,在lbuntu中没有找到,请教如何定义?

Re: lubuntu14.04如何定义快捷键启动程序

发表于 : 2016-08-16 14:57
vickycq
修改 openbox 配置文件添加快捷键绑定。

绑定 Windows 徽标键+t 启动 lxterminal
编辑 ~/.config/openbox/rc.xml 或 ~/.config/openbox/lxde-rc.xml 添加以下内容

代码: 全选

  <keybind key="W-t">
    <action name="Execute">
      <command>lxterminal</command>
    </action>
  </keybind>
参考 http://openbox.org/wiki/Help:Bindings