Checking if the Fn key was pressed on a laptop

G

Guest

I'm writing a C# app that needs to know when the user presses the laptop's Fn
key and another key, say F6 (Fn+F6). From the research I've done it seems as
though I can check the Control.Modifierkeys and determine if the Fn key was
pressed. However the Modifier key list doesn't include the Fn key.

I need some guidance on the correct way to handle this problem.

Thanks for any assistance.
 
M

Miguel Ortiz Falcón

I recommend you first to check if this key produces some Event and if
it's produced check the integer value, then you cant proccess it...

Greetings...

Miguel Ortiz Falcón
(e-mail address removed)
 
G

Guest

My understanding is that the Fn key does not fire an event. It's similar to
Shift/Ctrl/Alt keys in that they are considered modifiers. Is this correct

How would you go about coding your recommendation?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top