View Single Post
Old 11-26-2023, 07:55 PM   #49
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,911
Karma: 6120478
Join Date: Nov 2009
Device: many
Actually I checked the QAbstractItemView source code in Qt and the editKey on macOS is the Return or Enter, while on other platforms it appears to be F2.

And the activatedKey on macOS is Apple-O and on other platforms it appears to be the Return or Enter keys.

So what the shortcut used here does is quite different depending on platform.

So on Windows/Linux using Enter in BookBrowser will open a tab while on macOS will open that file name for editing which is why I did not see the parallelism.

Last edited by KevinH; 11-26-2023 at 07:59 PM.
KevinH is offline   Reply With Quote