Making a ctrl+LeftClick shortcut for go to declaration

General questions regarding the usage of CodeLite
User avatar
Washi
CodeLite Curious
Posts: 7
Joined: Mon Nov 22, 2021 3:57 pm
Genuine User: Yes
IDE Question: C++
Contact:

Making a ctrl+LeftClick shortcut for go to declaration

Post by Washi »

Greetings developers and users of CodeLite,

I wanna make a shortcut for the go to declaration, i want it to be ctrl+LeftClick. Adding ctrl is fine, but any ideas how can i add the left click ?
What is the textual representation for the right click and the left click ?

VGhlIHdvcmxkIGlzIGNvbnRyb2xsZWQgYnkgYSBncm91cCBvZiBzYXRhbmlzdHM=

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Making a ctrl+LeftClick shortcut for go to declaration

Post by eranif »

Sorry for the long delayed response.
BUT, this is already supported:

settings -> preferences -> code -> code navigation accelerators

Make sure you have read the HOW TO POST thread
User avatar
Washi
CodeLite Curious
Posts: 7
Joined: Mon Nov 22, 2021 3:57 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Making a ctrl+LeftClick shortcut for go to declaration

Post by Washi »

Thank you for support

VGhlIHdvcmxkIGlzIGNvbnRyb2xsZWQgYnkgYSBncm91cCBvZiBzYXRhbmlzdHM=

User avatar
Washi
CodeLite Curious
Posts: 7
Joined: Mon Nov 22, 2021 3:57 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Making a ctrl+LeftClick shortcut for go to declaration

Post by Washi »

eranif wrote: Fri Dec 17, 2021 11:38 pm

Sorry for the long delayed response.
BUT, this is already supported:

settings -> preferences -> code -> code navigation accelerators

I have version 16.4.0 and i cannot do it, i am supposed to hold ctrl then left click or one finger tab on the touch pad to go to declaration.

Here is the window in the settings that you mentioned:

Screenshot from 2022-09-21 19-57-54.png

I found the go to declaration in the shortcuts, but i cannot set the left click or one finger tab ! It has only keys not mouse clicks

You do not have the required permissions to view the files attached to this post.

VGhlIHdvcmxkIGlzIGNvbnRyb2xsZWQgYnkgYSBncm91cCBvZiBzYXRhbmlzdHM=

Post Reply