Abdelrazak Younes wrote:
Abdelrazak Younes wrote:
Stefan Schimanski wrote:
Hi!
I want to bring up this issue again as it is not solved yet. The
problem is simple: TAB is used for completion, but also for jumping
to the next cell in a table. So it's a key conflict.
AFAIK TAB is quite common
Abdelrazak Younes wrote:
Stefan Schimanski wrote:
Hi!
I want to bring up this issue again as it is not solved yet. The
problem is simple: TAB is used for completion, but also for jumping
to the next cell in a table. So it's a key conflict.
AFAIK TAB is quite common for completion and theref
Stefan Schimanski wrote:
Hi!
I want to bring up this issue again as it is not solved yet. The
problem is simple: TAB is used for completion, but also for jumping to
the next cell in a table. So it's a key conflict.
AFAIK TAB is quite common for completion and therefore intuitive for
users,
Hi!
I want to bring up this issue again as it is not solved yet. The
problem is simple: TAB is used for completion, but also for jumping to
the next cell in a table. So it's a key conflict.
AFAIK TAB is quite common for completion and therefore intuitive for
users, but probably also for j
Dov Feldstern wrote:
Abdelrazak Younes wrote:
Hello Stefan,
It is thus not possible to use the Tab key to navigate in a table or
in an equation.
...
I am not sure how this can be fixed but this needs to be fixed IMHO.
Abdel.
I agree. We discussed this a while back
(http://thread.gmane
Abdelrazak Younes wrote:
Hello Stefan,
It is thus not possible to use the Tab key to navigate in a table or in
an equation.
...
I am not sure how this can be fixed but this needs to be fixed IMHO.
Abdel.
I agree. We discussed this a while back
(http://thread.gmane.org/gmane.editors.lyx
Hello Stefan,
It is thus not possible to use the Tab key to navigate in a table or in
an equation.
void GuiWorkArea::keyPressEvent(QKeyEvent * ev)
{
...
// intercept keys for the completion
if (ev->key() == Qt::Key_Tab && completer_->) {
completer_->tab();
ev->accept();