|
Author |
Topic: key: SHIFT == CONTROL (Read 494 times) |
|
Euskadi
|
key: SHIFT == CONTROL
« on: Feb 17th, 2004, 11:59pm » |
|
A key constant issue: void keyPressed(){ println(CONTROL); //prints '16' println(SHIFT); // prints '16' } note that the inputs are right, pressing control creates a '17'. Win XP, IE6, 0068
|
« Last Edit: Feb 18th, 2004, 12:47am by Euskadi » |
|
|
|
|
fry
|
Re: key: SHIFT == CONTROL
« Reply #1 on: Feb 18th, 2004, 3:16pm » |
|
whups, fixed for the next release.
|
|
|
|
fry
|
Re: key: SHIFT == CONTROL
« Reply #2 on: Mar 28th, 2004, 8:46pm » |
|
fixed in bug release rev 69.
|
|
|
|
|