All pastes #2128529 Raw Edit

Untitled

public text v1 · immutable
#2128529 ·published 2012-03-16 01:56 UTC
rendered paste body
</keybind>
    <keybind key="C-A-Delete" chroot="true">
      <keybind key="r">
        <action name="Execute">
          <prompt>Reiniciar o sistema?</prompt>
          <execute>reboot</execute>
        </action>
      </keybind>
      <keybind key="x">
        <action name="Execute">
          <prompt>Desligar o sistema?</prompt>
          <execute>poweroff</execute>
        </action>
      </keybind>
      <keybind key="Escape">
        <action name="BreakChroot"/>
      </keybind>