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

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

[Octave-bug-tracker] [bug #49571] Command-c and command-v aren't default


From: John Swensen
Subject: [Octave-bug-tracker] [bug #49571] Command-c and command-v aren't default cut/paste in editor (and command-v doesn't work even when changed in preferences)
Date: Thu, 10 Nov 2016 16:10:20 +0000 (UTC)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.44 Safari/537.36

Follow-up Comment #4, bug #49571 (project octave):

Homebrew now has Qscintilla 2.9.3

As of right now, when I remove that section of code that swaps everything
works as expected:
1) command-c and control-c act as a copy in the editor and other text boxes
2) control-c acts as control-c in the terminal window, command-c acts as a
copy
3) command-v and control-c act as a paste in all windows
4) command-z and control-z act as a backup
5) ctrl-a goes to the start of a line, ctrl-e goes to the end of the line
6) command-a DOES NOT select the entire text in the editor or terminal. It
does select all text in all other panels.

>>>> Snippet from the QT5 documentation
Note: On OS X, references to "Ctrl", Qt::CTRL, Qt::Control and
Qt::ControlModifier correspond to the Command keys on the Macintosh keyboard,
and references to "Meta", Qt::META, Qt::Meta and Qt::MetaModifier correspond
to the Control keys. Developers on OS X can use the same shortcut descriptions
across all platforms, and their applications will automatically work as
expected on OS X.
>>>> End snippet

It seems that we may be able to cut out this code because it was an artifact
of QT4 and older versions of QScintilla

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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