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: Torsten
Subject: [Octave-bug-tracker] [bug #41217] GUI Editor could support customizable keybindings
Date: Sat, 19 Jul 2014 16:48:31 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0

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

One possibility would be to remove the alternate keys that are only set when
USING_OSX_KEYS is defined (see file qscicommandset.cpp in the QScintilla
sources). For example,  Qt::Key_V | Qt::META is the alternate key for page
down. 

Not alternate but primary keys for USING_OSX_KEYS:


Qt::Key_A | Qt::META                       ==> Home
Qt::Key_A | Qt::META | Qt::SHIFT           ==> HomeExtend
Qt::Key_A | Qt::META | Qt::ALT | Qt::SHIFT ==> HomeRectExtend
Qt::Key_E | Qt::META                       ==> LineEnd
Qt::Key_E | Qt::META | Qt::SHIFT           ==> LineEndExtend
Qt::Key_E | Qt::META | Qt::ALT | Qt::SHIFT ==> LineEndRectExtend
Qt::Key_K | Qt::META                       ==> DeleteLineRight


Are these the common keys used on a mac for these actions? Can they be
replaced by a combination of special keys (end,home etc.)?


    _______________________________________________________

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]