Change Reboot Keyboard shortcut Sequence
-
- Black ninja
- Posts: 33
- Joined: 06 Apr 2015, 10:32
- Distribution: Porteus-Kiosk
- Location: Bangalore, India
Change Reboot Keyboard shortcut Sequence
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.
- fanthom
- Moderator Team
- Posts: 5622
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Change Reboot Keyboard shortcut Sequence
Please edit 003/etc/xdg/openbox/rc.xml and change this shortcut.
Please add [Solved] to your thread title if the solution was found.
-
- Black ninja
- Posts: 33
- Joined: 06 Apr 2015, 10:32
- Distribution: Porteus-Kiosk
- Location: Bangalore, India
Re: Change Reboot Keyboard shortcut Sequence
Hi Fanthom, thank you, I tried that but it did not work. Should I be enabling this option in Kiosk Wizard.
- fanthom
- Moderator Team
- Posts: 5622
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Change Reboot Keyboard shortcut Sequence
it does work - i have done it 100 of times.
this is the line you need to change:
you must enable shutdown menu in the wizard otherwise /opt/porteus-scripts/exit-kiosk will get deleted.
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>
Please add [Solved] to your thread title if the solution was found.
-
- Black ninja
- Posts: 33
- Joined: 06 Apr 2015, 10:32
- Distribution: Porteus-Kiosk
- Location: Bangalore, India
Re: Change Reboot Keyboard shortcut Sequence
Ok, got it. I have disabled this sequence in Wizard. I later customized the settings. Will try by enabling in wizard.