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 11:28:33 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0

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

Is, e.g. Qt::Key_C | Qt::META the shortcut for SelectionCopy? I am wondering
why


cmd_set->find (QsciCommand::SelectionCopy)->setKey (0);


is not sufficient for disabling this. What version of QScintilla are you
using?

Concerning the possible duplicates: The editor takes control of some of the
Qscintilla hotkeys (those that are disabled  by setKey (0)). The other hotkeys
are those to navigate the cursor (cursor keys, home, end etc. with or without
selection). IMHO it is rather unlikely that one wants to use this key
sequences for other actions. There are some exceptions like "/", "[", "]",
"\\" + modifier but these keys can't be used on many keyboard layouts.


    _______________________________________________________

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]