Author Topic: Cannot type "{" on Mac Codeblocks  (Read 5928 times)

XXX_X

  • Guest
Cannot type "{" on Mac Codeblocks
« on: January 15, 2009, 07:06:02 am »
Well I was trying Codeblocks for Mac but i found that I can't type the symbol "{", and not "[" either. May it be a bug or something? The symbols "}" and "]" works correctly.

neoideo

  • Guest
Re: Cannot type "{" on Mac Codeblocks
« Reply #1 on: May 03, 2010, 10:47:53 pm »
i cannot write that symbol either :(
im on mac OS 10.5.6

not being able to put that symbol is like not being able to program :(((
any fix?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Cannot type "{" on Mac Codeblocks
« Reply #2 on: May 04, 2010, 12:48:33 am »
0. Check if you can type the key in a wxWidgets demo/sample application
1. You can try to disable the keybinder plugin
2. Close C::B, remove your C::B configuration folder and hope it is fixed, start C::B

p.s. 2. should be... Close C::B, rename the C::B configuration, start C::B. If the problem is fixed remove the fixed one and restore the buggy one. If it is broken again, post your config here, so someone can see what is wrong.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Cannot type "{" on Mac Codeblocks
« Reply #3 on: May 04, 2010, 05:50:49 am »
Seems to be similar to this one: http://forums.codeblocks.org/index.php/topic,11489.msg78260.html#msg78260 .
And there seems to be no solution (yet).

Which version of C::B do you use ?

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: Cannot type "{" on Mac Codeblocks
« Reply #4 on: May 04, 2010, 09:45:20 am »
wxWidgets has problems with certain keyboard layouts, such as Spanish and French...

e.g. http://trac.wxwidgets.org/ticket/9663

Changing keyboard layout is one workaround, though amittedly a rather annoying one.

wxWidgets keyboard sample might be useful ?