What is a Mac virtual key for an extraction key

I would like to reassign the Mac Eject Key to Insert, in particular for emulating Ctrl + Insert, Alt + Insert, Shift + Insert and other common keyboard shortcuts in Windows applications.

What is the virtual Key code for an Eject key? I found several virtual key tables, but for some reason the Eject Key never turns on.

+5
source share
1 answer

I know that the question was asked many years ago, but maybe some people are still looking for this answer and will eventually find this question, therefore ...

Line 1805 VoodooPS2Keyboard.cppfrom VoodooPS2Controller from RehabMan says the virtual key on the Mac is for the eject key . 0x92

Link:

https://github.com/RehabMan/OS-X-Voodoo-PS2-Controller/blob/master/VoodooPS2Keyboard/VoodooPS2Keyboard.cpp

0

All Articles