matt123p / TinyCAD

Open Source circuit capture program
122 stars 26 forks source link

CTRL-F - Find shortcut? #15

Closed MCS-Tech closed 3 years ago

MCS-Tech commented 4 years ago

Have used TinyCad since 2011. Still missing a shortcut for the "Find" function. CTRL-F is used in most other tools, and can not see that this is occupied? Small issue, but would be very happy to see it implemented.

ajshea commented 3 years ago

The latest release, 3.00.03, adds this shortcut to the "Edit" menu, but Ctrl-F does not actually function in my installation.

beischer commented 3 years ago

Same for me for 3.00.03. Just pressing 'f' opens the Find function (which is a great improvement), but Ctrl-F don't do this, even thought the menus says that it is now implemented.

beischer commented 3 years ago

Tried to find the bug, but my Win32 skills are not good enough.

Can add the information that when a component is selected, Ctrl-F executes the Mirror command. Can't find where in the code that this connection is made.

matt123p commented 3 years ago

OK. I can't find the connection either. It is definitely to do with the accelerator table but I can't figure out why it is still going wrong even when the accelerator table has been corrected.

I have however, fixed the problem, but simply switching the ID of "Find" and the ID of "Flip". It now works!

beischer commented 3 years ago

What branch did you push to?

beischer commented 3 years ago

Found it in the develop branch. Thanks! Have tested and it works for me too.