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