octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #41217] GUI Editor could support customizable


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #41217] GUI Editor could support customizable keybindings
Date: Thu, 17 Jul 2014 18:58:14 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0

Follow-up Comment #21, bug #41217 (project octave):

Sorry for the misinterpretation, the non working shortcuts used to work before
my patch. The problem is that preventing Qt to interpret CMD as CTRL I also
introduced conflicting shortcuts between Octave an QScintilla
standardCommands. If I change "editor paste" to "META(CMD)+ALT+V" it works
fine.

QScintilla assumes the CTRL/META swap is on, and defines default shortcuts
that involve META key (see qscicommandset.cpp in qscintilla sources). For
example META+V triggers "PageDown" which is what I observe when I try to
paste.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?41217>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]