Skip to content

Commit

Permalink
editor: Add 'cut' to list returned by create_shortcuts() .
Browse files Browse the repository at this point in the history
  • Loading branch information
jitseniesen committed Jul 15, 2016
1 parent 415c52e commit b131781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyderlib/widgets/sourcecode/codeeditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ def cursor_move_event():
unblockcomment, line_start, line_end, prev_line, next_line,
prev_char, next_char, prev_word, next_word, kill_line_end,
kill_line_start, yank, kill_ring_rotate, kill_prev_word,
kill_next_word, start_doc, end_doc, undo, redo, copy,
kill_next_word, start_doc, end_doc, undo, redo, cut, copy,
paste, delete, select_all]

def get_shortcut_data(self):
Expand Down

0 comments on commit b131781

Please sign in to comment.