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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top