启用 Alt+Ctrl+t 在 LXDE 中打开终端

vic*_*ico 6 keyboard-shortcuts lxde

我怎样才能使快捷Alt+ Ctrl+T中LXDE以开放的终端在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.
Run Code Online (Sandbox Code Playgroud)

我在我的电脑上发现了两个 rc.xml 文件:

root@debianmini:/# find -name rc.xml
./etc/xdg/openbox/rc.xml
./etc/xdg/openbox/LXDE/rc.xml
Run Code Online (Sandbox Code Playgroud)

而且里面没有openbox目录/usr/share/lxde/

我已经编辑了这两个文件的价值:

<keyboard>
  <chainQuitKey>C-g</chainQuitKey>

   <keybind key="C-A-t">
    <action name="Execute"><command>xterm</command></action>
  </keybind>
....
</keyboard>
Run Code Online (Sandbox Code Playgroud)

但这不起作用。如何解决这个问题呢?