Page 1 of 1

Context menu keyboard shortcut

Posted: Fri Sep 21, 2012 1:43 pm
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

Re: Context menu keyboard shortcut

Posted: Fri Sep 21, 2012 2:00 pm
by Jarod42
other problem here (French layout, Win, CL 5770).
It opens the 'Add bookmark/Add breakpoint' menu and set cursor position 0.

Re: Context menu keyboard shortcut

Posted: Fri Sep 21, 2012 3:44 pm
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

Re: Context menu keyboard shortcut

Posted: Tue Sep 25, 2012 8:12 pm
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)).