Keyboard event in non English problem

CodeLite installation/troubleshooting forum
borr
CodeLite Enthusiast
Posts: 34
Joined: Tue Dec 16, 2008 10:43 am
Contact:

Keyboard event in non English problem

Post by borr »

Editor: Event frop key ([];'.) in non English transcription are not pass
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Keyboard event in non English problem

Post by eranif »

borr wrote:Editor: Event frop key ([];'.) in non English transcription are not pass
I need some more information. Such as: how to emulate this ? which keyboard layout are you using? OS and codelite version

Eran
Make sure you have read the HOW TO POST thread
borr
CodeLite Enthusiast
Posts: 34
Joined: Tue Dec 16, 2008 10:43 am
Contact:

Re: Keyboard event in non English problem

Post by borr »

sorry.
OS WinXP SP3, keyboard layout - Russia
User avatar
Jarod42
CodeLite Expert
Posts: 239
Joined: Wed Sep 30, 2009 5:54 pm
Genuine User: Yes
IDE Question: C++
Location: France
Contact:

Re: Keyboard event in non English problem

Post by Jarod42 »

last release version (3.0.5041)

Win7 and WinXp
keyBoard layout : French (azerty)
key just at left of 'right shift' doesn't work in codelite ('/', '?' for qwerty; '!', '§' for azerty)
spaces
CodeLite Veteran
Posts: 67
Joined: Mon Aug 22, 2011 10:15 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: Keyboard event in non English problem

Post by spaces »

I have similar problem too.

I'm using Hungarian keyboard and I can't type in őŐűŰ characters.

Probably not Scintilla's limitation becuase I use Notepad++ (which is based on Sci too) and I can type that in there.
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Keyboard event in non English problem

Post by eranif »

Its a wxWidgets 2.9.2 bug.
I am afraid I don't have zaerty layout keyboard - so I cant help you much

Eran
Make sure you have read the HOW TO POST thread
User avatar
Jarod42
CodeLite Expert
Posts: 239
Joined: Wed Sep 30, 2009 5:54 pm
Genuine User: Yes
IDE Question: C++
Location: France
Contact:

Re: Keyboard event in non English problem

Post by Jarod42 »

User avatar
Jarod42
CodeLite Expert
Posts: 239
Joined: Wed Sep 30, 2009 5:54 pm
Genuine User: Yes
IDE Question: C++
Location: France
Contact:

Re: Keyboard event in non English problem

Post by Jarod42 »

According to :
http://trac.wxwidgets.org/changeset/69844

It should be fixed in Wx :-)
Post Reply