c# - How to simulate pressing Fn+F6? -
method sendkeys.send not allow press fn key, exists on laptop's keyboards. how can simulate pressing key c#?
you can't, , don't need to. fn
key exists key far keyboard circuit concerned.
when key code sent operating system, looks if function keys regular keys on regular keyboard. operating system doesn't know fn
key exists, taken care of special keyboard circuit in laptop.
to make function key press on laptop, send regular key code function key on regular keyboard.
if there other key combinations fn
key used, either have own key codes, or not possible send because handled laptop, not operating system.
Comments
Post a Comment