From 9c773a5d1c64bc3c772fef1ae660bffb9f1691f4 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 12 May 2025 04:40:15 -0500 Subject: copying relevant dotfiles from linux install --- dotfiles/system/.config/calibre/shortcuts/main.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 dotfiles/system/.config/calibre/shortcuts/main.json (limited to 'dotfiles/system/.config/calibre/shortcuts') diff --git a/dotfiles/system/.config/calibre/shortcuts/main.json b/dotfiles/system/.config/calibre/shortcuts/main.json new file mode 100644 index 0000000..292c600 --- /dev/null +++ b/dotfiles/system/.config/calibre/shortcuts/main.json @@ -0,0 +1,18 @@ +{ + "map": { + "Interface Action: Extract ISBN (Extract ISBN) - qaction": [ + "Ctrl+I" + ], + "Interface Action: Open With (Open With) : menu action : EPUBZathura (EPUB)": [ + "Z" + ], + "Interface Action: Open With (Open With) : menu action : PDFZathura (PDF)": [ + "Shift+Z" + ], + "Toggle Quickview": [], + "quit calibre": [ + "Q" + ] + }, + "options_map": {} +} \ No newline at end of file -- cgit v1.2.3