From 5d2f5bd56ef0b7e841c91d704daa84b1f2d7b3a0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 26 Feb 2015 16:24:09 +0530 Subject: [PATCH] ... --- src/calibre/gui2/open_with.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/gui2/open_with.py b/src/calibre/gui2/open_with.py index 419ab8cbeb..1a85455ac3 100644 --- a/src/calibre/gui2/open_with.py +++ b/src/calibre/gui2/open_with.py @@ -383,6 +383,7 @@ def choose_program(file_type='jpeg', parent=None, prefs=oprefs): entry = choose_manually(file_type, parent) if d.select_manually else d.selected_entry if entry is not None: entry = finalize_entry(entry) + entry['keyboard_shortcut'] = None entries = oprefs['entries'] if file_type not in entries: entries[file_type] = []