J
John
Currently to disable the F4 key we use the code
Application.OnKey "{F4}", ""
To set the default back for F4 should be
Application.OnKey "{F4}"
The problem with this is that before disabling the F4 key this is used for
the "Repeat" the previous action. When we reset the default this does not
get set back. Can anyone direct me on this.
JJ
Application.OnKey "{F4}", ""
To set the default back for F4 should be
Application.OnKey "{F4}"
The problem with this is that before disabling the F4 key this is used for
the "Repeat" the previous action. When we reset the default this does not
get set back. Can anyone direct me on this.
JJ