Consider this a request!
There are procs called for keypresses for 1-9 on the keypad (West(), East(), Center(), etc)... can we get them as well for the following:
Insert()
Home()
PageUp()
PageDown()
Delete() // might be confusing without a rename
End()
F1()... F12()
Numpad0()
Multiply()
Add()
Separator()
Subtract()
Decimal()
I know these are defined as macro keywords, but it would be very nice to be able to catch them in an otherwise non-macroed environment.
|
||||||||||||||||||||||||||||
Home()
PageUp()
PageDown()
Delete()
End()
would be helpful.