Part Number: CODECOMPOSER
Tool/software: Code Composer Studio
Hi can somebody tell how to put ^ (xor) sign because AltGr + 3 doesnt work.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: CODECOMPOSER
Tool/software: Code Composer Studio
Hi can somebody tell how to put ^ (xor) sign because AltGr + 3 doesnt work.
Are you trying to just type ^ in the editor. If so I think you are running into an issue with Hungarian keyboards and Eclipse.
I found some references here:
https://stackoverflow.com/questions/2806173/why-is-my-keyboard-messed-up-in-eclipse
I am guessing that there is something bound to Ctrl Alt 3
If you go to the preferences dialog in CCS and then type keys in the filter box it will take you to the key binding options. From there you can see if anything is bound to that and if so clear it.
Regards,
John
in other IDEs is ok. i have tried with trigraph and this is working but is not very pleasure to see something like that in code.
nothing is bounded to ctrl+alt+3.
When i last worked with CCS 2 years ago i dont remember that in ccs was problem with ^ sign.
P.S. keyboard is the same as 2 years ago :)
I don't have a good solution for it. I found a few threads talking about the problem. Some of them use a keyboard shortcut to change the keyboard layout to US english and then switch back after. Shift 6 is ^ on my keyboard.
https://stackoverflow.com/questions/2806173/why-is-my-keyboard-messed-up-in-eclipse
https://stackoverflow.com/questions/33904466/i-cant-type-curly-braces-in-eclipse
Most of the threads I can find refer to finding the conflicting keybinding and then unbinding that. However in this case there does not seem to be one. I am not on windows but I asked a colleague to look and they could not find one.
John