I have created win32 program that uses the shortcut 'Insert' a lot. Now I am converting the program to Mac. I find that there is no default 'Ins' key on the keyboard. But on further investigation I find that u can use the combination of fn+return.
Now Delphi does not catch the combination of these keys. But only the key events of the 'Return', the 'fn' is lost. But i have read that the 'fn' key changes the key send from the keyboard instead of sending a combination.
Is there a possibility to catch it when a user presses 'fn + return'.