Disable 'Ctl-F ' Hot-Keys

  • Thread starter Thread starter Jim Bonacorda
  • Start date Start date
J

Jim Bonacorda

I have hidden the 'Replace' tab in the 'Find/Replace'
Dialog by programatically making a form read-only before
calling the dialog. Is there a way I can programatically
disable the 'Ctl-F' hot-key combination from calling
the 'Find/Replace' dialog?

Regards,
Jim Bonacorda
 
Jim Bonacorda said:
I have hidden the 'Replace' tab in the 'Find/Replace'
Dialog by programatically making a form read-only before
calling the dialog. Is there a way I can programatically
disable the 'Ctl-F' hot-key combination from calling
the 'Find/Replace' dialog?

You could create an AutoKeys macro that uses the ^F as the macro name
and performs no action.
 
Back
Top