Skip to content

Commit

Permalink
Add linux shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbautista committed Nov 5, 2024
1 parent 3ce3707 commit 48ab8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtconsole/tests/test_qtconsoleapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test_shortcut_traitlets():

@pytest.mark.parametrize(
"shortcut", ["full_screen", "copy", "cut", "paste", "print", "clear",
"restart_kernel", "close", "minimize"])
"save", "close", "minimize"])
def test_custom_shortcut_manager(shortcut):
""" Verify that the shortcuts traitlets are set with a custom value.
"""
Expand Down

0 comments on commit 48ab8e8

Please sign in to comment.