Skip to content

Commit

Permalink
add shortcut save console Widget
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbautista committed Sep 16, 2024
1 parent 5d8cb80 commit f999c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtconsole/console_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class ShortcutManager(HasTraits):
shortcut_cut = Unicode().tag(config=True)
shortcut_copy = Unicode().tag(config=True)
shortcut_paste = Unicode().tag(config=True)
shortcut_save = Unicode.tag(config=True)
shortcut_save = Unicode().tag(config=True)

@default('shortcut_save')
def _default_shortcut_save(self):
Expand Down

0 comments on commit f999c97

Please sign in to comment.