Conflicting shortcut to write } on mac.

CodeLite installation/troubleshooting forum
Joawei
CodeLite Curious
Posts: 2
Joined: Tue Dec 03, 2019 9:49 pm
Genuine User: Yes
IDE Question: c++
Contact:

Conflicting shortcut to write } on mac.

Post by Joawei »

When i,m writing left facing curly bracket "}" in codelite i also activating a shortcut to cscope "find symbol". This results that i cant write } at all. I tried to look at settings shortcuts but could not find that specific shortcut.
I,m pressing shift-alt-9 to write }

How can i solve this?
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Conflicting shortcut to write } on mac.

Post by eranif »

From the menu bar: Settings->Keyboard Shortcuts
Type: cscope in teh search field
and change it

OR: you can click on the "Defaults" button on that same "Keyboard Shortcuts" dialog
Make sure you have read the HOW TO POST thread
Joawei
CodeLite Curious
Posts: 2
Joined: Tue Dec 03, 2019 9:49 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: Conflicting shortcut to write } on mac.

Post by Joawei »

Thanks, i needed to go in and clear all cscope shortcuts, it would not work otherwise..
Post Reply