Page 1 of 1

Change Reboot Keyboard shortcut Sequence

Posted: 14 Jun 2015, 20:11
by chkchaitu
Hi, would like to know if there is a way to change the Keyboard Shortcut (ctrl + Alt + Del) to something else of choice in Porteus Kiosk.

Re: Change Reboot Keyboard shortcut Sequence

Posted: 16 Jun 2015, 09:35
by fanthom
Please edit 003/etc/xdg/openbox/rc.xml and change this shortcut.

Re: Change Reboot Keyboard shortcut Sequence

Posted: 07 Jul 2015, 11:58
by chkchaitu
Hi Fanthom, thank you, I tried that but it did not work. Should I be enabling this option in Kiosk Wizard.

Re: Change Reboot Keyboard shortcut Sequence

Posted: 07 Jul 2015, 13:59
by fanthom
it does work - i have done it 100 of times.

this is the line you need to change:

Code: Select all

  <!-- Launch shutdown/logout helper for kiosk with Ctrl+Alt+Del combinaiton -->
  <keybind key="C-A-Delete">
    <action name="Execute">
      <command>sh /opt/porteus-scripts/exit-kiosk</command>
    </action>
  </keybind>
you must enable shutdown menu in the wizard otherwise /opt/porteus-scripts/exit-kiosk will get deleted.

Re: Change Reboot Keyboard shortcut Sequence

Posted: 14 Jul 2015, 11:26
by chkchaitu
Ok, got it. I have disabled this sequence in Wizard. I later customized the settings. Will try by enabling in wizard.