如何在 LXDE 中启用快捷键Alt+ Ctrl+T打开 Debian 终端?我发现这可以在 rc.xml 文件中定义。在LXDE网页中我发现消息:
How do I define LXDE settings system wide?
To define settings for all users you have to edit /usr/share/lxde/openbox/rc.xml that will be copied to user directory ~/.config/openbox/lxde-rc.xml on session login.
我在我的电脑上发现了两个 rc.xml 文件:
root@debianmini:/# find -name rc.xml
./etc/xdg/openbox/rc.xml
./etc/xdg/openbox/LXDE/rc.xml
并且里面没有openbox
目录/usr/share/lxde/
我已经编辑了这两个文件的值:
<keyboard>
<chainQuitKey>C-g</chainQuitKey>
<keybind key="C-A-t">
<action name="Execute"><command>xterm</command></action>
</keybind>
....
</keyboard>
但这行不通。如何解决这个问题呢?