printscreen key

How can I disable starting Snapshot when I press PrintScreen key ? Jakub

Hi Jakub,

There is an enviroment variable that you can change, by default it is set to snapshot.

export PWM_PRINTSCR_APP = “”

This will have no application set with the printscreen key.

You need to set the variable outside of photon so you would need it to be set it before
photon runs.

Hope this helps
Regards
Brenda


Safarik Jakub <jsafarik@retia.cz> wrote:

How can I disable starting Snapshot when I press PrintScreen key ? Jakub

Sorry for the spelling mistake but the variable is

export PWM_PRINTSCRN_APP= “”

Brenda

Gui Group <gui@qnx.com> wrote:

Hi Jakub,

There is an enviroment variable that you can change, by default it is set to snapshot.

export PWM_PRINTSCR_APP = “”

This will have no application set with the printscreen key.

You need to set the variable outside of photon so you would need it to be set it before
photon runs.

Hope this helps
Regards
Brenda


Safarik Jakub <> jsafarik@retia.cz> > wrote:
How can I disable starting Snapshot when I press PrintScreen key ? Jakub