Skip to content

Commit

Permalink
Array builder: Change shortcuts to avoid problems in international ke…
Browse files Browse the repository at this point in the history
…yboards

This problem was raised in SO:

http://stackoverflow.com/q/34514235/438386
  • Loading branch information
ccordoba12 committed Jan 15, 2016
1 parent c82841e commit d2e3958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spyderlib/widgets/arraybuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@


# Constants
SHORTCUT_INLINE = "Shift+Ctrl+*" # Fixed shortcuts for editor and consoles
SHORTCUT_TABLE = "Ctrl+*" # Fixed shortcuts for editor and consoles
SHORTCUT_TABLE = "Ctrl+M"
SHORTCUT_INLINE = "Ctrl+Alt+M"
ELEMENT_SEPARATOR = ', '
ROW_SEPARATOR = ';'
BRACES = '], ['
Expand Down

0 comments on commit d2e3958

Please sign in to comment.