Hi Nikolay,
OK - with your excellent 'DeBugger' script (i.e. Animation on Steriods
![Cheesy :cheesy:](http://pixinsight.com/forum/Smileys/default/cheesy.gif)
), I get the following O/P from the console when I enable line 620
Processing script file: C:/PCL64/src/scripts/Animation.js
Prepare images
Reading image:
C:/Users/Niall/Documents/_ex DSI/_Work In Progress/20100515and17 M57 LRGB/Lu Lights 7-0C 60s x60/calibrated/aligned/_a_cM27 IIP Lu Light 7-0C 60s 0001.fit
Reading FITS: 32-bit floating point, 1 channel(s), 748x577 pixels: 100%
Reading image:
C:/Users/Niall/Documents/_ex DSI/_Work In Progress/20100515and17 M57 LRGB/Lu Lights 7-0C 60s x60/calibrated/aligned/_a_cM27 IIP Lu Light 7-0C 60s 0002.fit
Reading FITS: 32-bit floating point, 1 channel(s), 748x577 pixels: 100%
Reading image:
C:/Users/Niall/Documents/_ex DSI/_Work In Progress/20100515and17 M57 LRGB/Lu Lights 7-0C 60s x60/calibrated/aligned/_a_cM27 IIP Lu Light 7-0C 60s 0003.fit
Reading FITS: 32-bit floating point, 1 channel(s), 748x577 pixels: 100%
HistogramTransformation: Processing view: Image68
Processing gray channel: Histogram transformation: 100%
0.0450 s
49
50
51
52
53
54
55
56
57
48
48
49
50
51
52
53
54
55
56
57
The list of keycodes was generated by pressing each key along the top row of my main keyboard, from '1' to '0'. I then pressed each key on the numeric keypad, from '0' to '9'. It is obvious that every key provided an appropriate response.
Then I repeated the same keypresses, in the same order, but with the Left-Shift key held down all the time. This is the result (just the keycodes this time)
-268435455
33
34
163
36
37
94
38
42
40
41
268435472
-268435455
268435968
-268435455
268435460
-268435455
268436480
-268435455
268435457
-268435455
12
-268435455
268435459
-268435455
268435712
-268435455
268435458
-268435455
268436224
-268435455
This time the first keycode corresponds to the <Left-Shift> key being pressed, and held.
The next ten keycodes are generated as I run along the top-row number keys, '1' to '0'
After keycode '41' I then get '268435472' when I press '0' on the numeric keypad, and '-268435455' when I release '0', where the code presumably detects that the <Left-Shift> key is still being pressed (just as happened right at the start of the sequence). From then on I get a 'new' keycode for each Numeric Keypad keypress, with the <Left-Shift> keycode repeated between each subsequent keypress.
It is clearly obvious that the keycodes are totally different on the Numeric keypad than they are on the main keypad - as would be expected. It is also clear that EVERY keypress was detected, with no problem
Then I repeated exactly the same sequence of keypresses, but this time with the <Left-Ctrl> key pressed and held, as follows :-
-268435454
49
50
51
52
53
54
55
56
57
48
48
49
50
51
52
53
54
55
56
57
Now I am starting to get confused
![Huh? ???](http://pixinsight.com/forum/Smileys/default/huh.gif)
The <Left-Ctrl> modifier key does not seem to 'modify' the keycodes at all - even though 'it' itself is actually detected right at the start of the sequence. They seem to be identical to those returned when no modifier key was pressed. A quick double-check showed that the <Right-Ctrl> modifier key had exactly the same effect as the <Left-Ctrl> modifier key - i.e. NO EFFECT
![Cry :'(](http://pixinsight.com/forum/Smileys/default/cry.gif)
Now to the 'key' of the matter - the same test again, but this time with the <Left-Shift> key pressed first (and held down thereafter), followed by the <Left-Ctrl> key (same agin, kept pressed thereafter), then the two keyboard sequences, as follows :-
-268435455
-268435454
49
50
51
52
53
94
55
56
57
268435472
-268435455
268435968
-268435455
268435460
-268435455
268436480
-268435455
268435457
-268435455
12
-268435455
268435459
-268435455
268435712
-268435455
268435458
-268435455
268436224
-268435455
Now, this is where my little friends have to come to my assistance,
![police :police:](http://pixinsight.com/forum/Smileys/default/police.gif)
As you can see, there is NO ENTRY after the '55', '56', '57' keycode sequence. Somebody has STOLEN the '48' keycode
![Evil >:D](http://pixinsight.com/forum/Smileys/default/evil.gif)
And, presumably this is why PixInsight is not responding to <Shift-Ctrl-0>
That particular keypress combination did NOT get captured by your script, and presumably does not get captured by PI 'core'. Even more confusing is the fact that <Shift-Ctrl-0
NUM> DOES get detected (generating keycode '268435455' according to the output of your script).
And,Juan, 'Yes' I
am using a 'bog-standard' Logitech Wireless keyboard
![Sad :sad:](http://pixinsight.com/forum/Smileys/default/sad.gif)
There is just something 'horrible' going on. I am going to call a Priest
![angel :angel:](http://pixinsight.com/forum/Smileys/default/angel.gif)
Cheers,