Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

Encoding of numeric keys

Hello,

The keybord element recognizes the keys of the numeric pad via the labels that are documented : "NUM_1", "NUM_2", and so on. But if I reference those keys in an in-line script like:

if var.response_Saisie_4 == "NUM_1":

var.idim = 1

the assignment does not work (in this example, idim keeps its original value of 0).

Where is the error ?

Thank you in advance,

Gérard

Comments

Sign In or Register to comment.