Hello David,

It seems that On_Key_Press_Handler works only bind to 
Gnoga.Gui.Window.Window_Type but not bind to 
gnoga.gui.View.Console.Console_View_Type.

Can you confirm?

The different key handlers behave strangely regarding the key stroke:

a:
KEY_DOWN, 65
KEY_PRESS, 97
On_Key_Char_Event,a
KEY_UP, 65
--> key down and up have upper case code of character a!

A:
KEY_DOWN, 16
KEY_DOWN, 65
KEY_PRESS, 65
On_Key_Char_Event,A
KEY_UP, 65
KEY_UP, 16
--> ok same code of character a in upper case

tab:
KEY_DOWN, 9
KEY_UP, 9
--> no key press nor character event!

<shift>:
KEY_DOWN, 16
KEY_UP, 16
--> no key press event!
--> what is the coding of key down and up?

=:
KEY_DOWN, 187
KEY_PRESS, 61
On_Key_Char_Event,=
KEY_UP, 187
--> what is the coding of key down and up?

5:
KEY_DOWN, 101
KEY_PRESS, 53
On_Key_Char_Event,5
KEY_UP, 101
--> what is the coding of key down and up?

<page-down>:
KEY_DOWN, 34
KEY_UP, 34
--> no key press event!
--> what is the coding of key down and up?

Is it the same on your side?

Thanks, Pascal.
http://blady.pagesperso-orange.fr



------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Gnoga-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to