1
votes

How to remap Insert button to PageDown, without explicitly remapping modifier keys, such that CtrlInsert is taken as CtrlPgDn, CtrlShiftInsert is taken as CtrlShiftPgDn etc.

I tried *, but it doesn't work:

*Insert:: Send {PgDn}
1

1 Answers

1
votes

Just after posting the question, I realized the answer was quite simple:

*Insert::PgDn