Can't Change Keyboard Mapping

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
iauto
Posts: 2
Joined: Thu Apr 25, 2013 2:17 am

Can't Change Keyboard Mapping

Post by iauto »

Sorry if this turns out to be dumb and I'm currently using Ver 3.79g. I have set the Default Keyboard Mapping to BriefEx but the default editor keyboard shortcuts seem to remain. e.g. Search Forward is Ctrl-F not F5. I checked the editor mapping details for BriefEx and Search Forward is indeed F5.
Am I missing something basic? TIA.
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

Search Forward is Ctrl-F not F5. I checked the editor mapping details for BriefEx and Search Forward is indeed F5.

I just checked the BriefEx mapping an can confirm this is almost correct ;)

You are correct in that F5 is bound to SearchForward but Ctrl-F is bound to SearchWordCurrent.

Do you want to make the two key mappings equivalent :?:

To do this just edit the keyboard mapping and in the shortcut edit field type in Ctrl-F and re-bind it to SearchForward function.

Cheers Jussi

PS: Sometimes half the battle is knowing the name of the keyboard function bound to a given key. What I do to determine this is record a macro, type in the key, stop recording the macro and then view the source code to determine the keyboard function name.
iauto
Posts: 2
Joined: Thu Apr 25, 2013 2:17 am

Post by iauto »

Thank you Jussi - I understand now and I have it working as expected.
My compliments on the continuing very high quality of your editor (and support) which I have been using on and off for many years for C++ and T-Sql programming.
Andrew McLaughlin
Post Reply