View Single Post
Old 11-08-2023, 11:22 AM   #1
icq70610
Enthusiast
icq70610 will become famous soon enoughicq70610 will become famous soon enoughicq70610 will become famous soon enoughicq70610 will become famous soon enoughicq70610 will become famous soon enoughicq70610 will become famous soon enough
 
icq70610's Avatar
 
Posts: 49
Karma: 510
Join Date: Sep 2008
Device: PSR505
Question Calibre - OSX - 6.28 - possible QT related

Hi all,

HOME key mapping for calibre,

I run calibre on all 3 platforms, L/W/O and the home key mapping for OSX drives me nuts.

Linux = OK
WinX = OK
OSX = mixed results,

I remapped on all OSX machines - with the traditional way of doing things,

me@titan:~/Library/KeyBindings $ ls
DefaultKeyBinding.dict

me@titan:~/Library/KeyBindings $ cat DefaultKeyBinding.dict
{
"$\UF729" = "moveToBeginningOfLine:"; /* Home */
"$\UF72B" = "moveToEndOfLine:"; /* End */
"$\UF729" = "moveToBeginningOfLineAndModifySelection:"; /* Shift + Home */
"$\UF72B" = "moveToEndOfLineAndModifySelection:"; /* Shift + End */
"^\UF729" = "moveToBeginningOfDocument:"; /* Ctrl + Home */
"^\UF72B" = "moveToEndOfDocument:"; /* Ctrl + End */
"$^\UF729" = "moveToBeginningOfDocumentAndModifySelection:" ; /* Shift + Ctrl + Home */
"$^\UF72B" = "moveToEndOfDocumentAndModifySelection:"; /* Shift + Ctrl + End */
}


all applications that I use accept this (never saw this before not being recognized) - Kitty, FF, Joplin ++ (and yes Office to :/) - No QT app accepts the HOME button as a modifier. kid3 and calibre - is there anything missing? - pressing cmd+Left is just no in the muscle memory.

anyone an Idea?

\pete


Last edited by icq70610; 11-08-2023 at 11:25 AM.
icq70610 is offline   Reply With Quote