|
| From: | Torsten |
| Subject: | [Octave-bug-tracker] [bug #45026] MXE-Octave - control keys are not working in the editor |
| Date: | Mon, 11 May 2015 05:21:54 +0000 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0 |
Follow-up Comment #8, bug #45026 (project octave):
Could you please delete the settings file again, start and exit octave and
have a look into the settings file if there are any entries starting with
"shortcuts"?
The default shortcuts are shown correctly. It seems that
QKeySequence actual_0
= QKeySequence (_settings->value ("shortcuts/"+key, def_sc).toString ());
QKeySequence actual_1
= QKeySequence (_settings->value ("shortcuts/"+key+"_1", def_sc).toString
());
in shortcut_manager::init are not returning the correct defaults values
(def_sc) in the case when no entries are found in the settings file. I have no
idea what could be the cause.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?45026>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |