Quote:
Originally Posted by KevinH
F3 does nothing as far as I can tell, at least on my mac. I have to doubleclick on a word in the wordlist in Spellcheck to get CV to find the word and show its context.
From the SpellCheck Dialog code:
Code:
connect(ui.SpellcheckEditorTree, SIGNAL(doubleClicked(const QModelIndex &)),
this, SLOT(FindSelectedWord())
I was going to add a key sequence to do the same thing but if one already exists, that works to.
But according to the code the only only place to get that is from the popup context menu but that requires a right mouse click as well.
Are you sure we are talking about the same thing?
|
Sure as I can be
I have installed 2.3.1 and I've restored the default settings.
F3 appears to be hard coded into the spell checker (along with F1 and F2)
Note the lack of a key sequence for Select all - however Ctrl+A does work, as does Ctrl+C.
Here are the default short cuts I see, where F3 is Go to link or style.
Added: If it's of any interest the calibre editor spellchecker uses the Enter key to cycle through the occurrences of a misspelt word - seems quite effective.
BR