functions keys

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

functions keys

pdigonzelli1

After exploring the image I believe functions keys (F1,F2, etc ) are not handling by  KeyboardEvent class.
I think it is very common use that function keys in business applications. Someone know if i am true about this topic? .
Or maybe someone handling functions keys in an application?

TIA


Ing. Pablo Digonzelli
Software Solutions
IP-Solutiones SRL
Metrotec SRL
25 de Mayo 521
Email: [hidden email]
[hidden email]
Cel: 5493815982714


Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-dev] functions keys

Guillermo Polito
To handle function keys you should handle the keyup or keydown event. Then, the KeyboardEvent has a #key method to get the pressed key.

Take a look at the Key class side methods to access well known keys.

Guille


On Tue, Jul 1, 2014 at 12:06 AM, Pablo R. Digonzelli <[hidden email]> wrote:

After exploring the image I believe functions keys (F1,F2, etc ) are not handling by  KeyboardEvent class.
I think it is very common use that function keys in business applications. Someone know if i am true about this topic? .
Or maybe someone handling functions keys in an application?

TIA


Ing. Pablo Digonzelli
Software Solutions
IP-Solutiones SRL
Metrotec SRL
25 de Mayo 521
Email: [hidden email]
[hidden email]
Cel: 5493815982714



Reply | Threaded
Open this post in threaded view
|

Re: functions keys

Nicolai Hess
In reply to this post by pdigonzelli1
Yes, no function keys.



2014-07-01 0:06 GMT+02:00 Pablo R. Digonzelli <[hidden email]>:

After exploring the image I believe functions keys (F1,F2, etc ) are not handling by  KeyboardEvent class.
I think it is very common use that function keys in business applications. Someone know if i am true about this topic? .
Or maybe someone handling functions keys in an application?

TIA


Ing. Pablo Digonzelli
Software Solutions
IP-Solutiones SRL
Metrotec SRL
25 de Mayo 521
Email: [hidden email]
[hidden email]
Cel: 5493815982714