How to unable Ctrl+Shift+Alt+Backspace

As in the title. How to configure QNX 6.3 to unable
Ctrl+Shift+Alt+Backspace keystroke?

Hello

You pass the -b option to either devi-hirun or devi-hid.

Thanks,
Rodney


pibip wrote:

As in the title. How to configure QNX 6.3 to unable
Ctrl+Shift+Alt+Backspace keystroke?

It’s the keystroke to kill photon if I remember ? It’s enable by
default, no ?
Martin

On 2005-10-28, pibip <pibip@pit.gda-dot-pl.no-spam.invalid> wrote:

As in the title. How to configure QNX 6.3 to unable
Ctrl+Shift+Alt+Backspace keystroke?

Yes it is enabled by default. I assumed that the user wanted to disable
it.

Rodney


Martin Gagnon wrote:

It’s the keystroke to kill photon if I remember ? It’s enable by
default, no ?
Martin

On 2005-10-28, pibip <> pibip@pit.gda-dot-pl.no-spam.invalid> > wrote:

As in the title. How to configure QNX 6.3 to unable
Ctrl+Shift+Alt+Backspace keystroke?

Oh, sorry, I didn’t read properly the question…

Martin

On 2005-10-28, Rodney Dowdall <rdowdall@qnx.com> wrote:

Yes it is enabled by default. I assumed that the user wanted to disable
it.

Rodney


Martin Gagnon wrote:
It’s the keystroke to kill photon if I remember ? It’s enable by
default, no ?
Martin

On 2005-10-28, pibip <> pibip@pit.gda-dot-pl.no-spam.invalid> > wrote:

As in the title. How to configure QNX 6.3 to unable
Ctrl+Shift+Alt+Backspace keystroke?

Ok, thanks. It unables keystroke in Photon but how to unable it in
console, when Photon is not running?

pibip wrote:

Ok, thanks. It unables keystroke in Photon but how to unable it in
console, when Photon is not running?

It’s switching consoles in text mode (if you keep pressing it, you’ll
eventually end up at the first console). It’s interesting, as CASB is
not listed in the devc-con docs. If you don’t want it to switch
consoles, then only have one. The default is to have four. If you are
on x86, using the default qnxbasedma.build you can change the following
line:

[pri=10o] PATH=/proc/boot diskboot -b1 -D0 -odevc-con,-n4

to

[pri=10o] PATH=/proc/boot diskboot -b1 -D0 -odevc-con,-n1

Rebuild your image and then copy it to /.boot

Thanks,
Rodney