Context menu keyboard shortcut

General questions regarding the usage of CodeLite
Dor
CodeLite Curious
Posts: 2
Joined: Sat Sep 15, 2012 11:59 am
Genuine User: Yes
IDE Question: C++
Contact:

Context menu keyboard shortcut

Post by Dor »

Hi,

Exclusive key (http://www.lytebyte.com/wp-content/uplo ... rd-key.jpg)
on my keyboard does not bring up context menu (like from right click).
It only places "ĵ" letter. It does work in other programs (like chromium).

Is that intended?


// Ubuntu 12.04. Codelite Rev: 5770
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: Context menu keyboard shortcut

Post by Jarod42 »

other problem here (French layout, Win, CL 5770).
It opens the 'Add bookmark/Add breakpoint' menu and set cursor position 0.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Context menu keyboard shortcut

Post by eranif »

Trunk version no longer uses wxScintilla (which is an old self maintained wrapper for Scintilla) but rather uses wxStyledTextCtrl - which is maintained by the wxWidgets team.
Hopefully this problem will be solved by this change.

I will install FR layout keyboard and will test it on Windows

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: Context menu keyboard shortcut

Post by Jarod42 »

Tested with rev. 5862, and problem is still present :/ .
I also changed by keyboard layout to EN and same problem as with FR one.
(but in fact, the cursor is not set at pos 0, but its position is decreased it by a certain amount (10 lines from the top)).
Post Reply