Skip to content

Commit 9678e74

Browse files
committed
Fix shortcut conflict with OpenSesame
- Bump to 0.0.42
1 parent 6e43962 commit 9678e74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyqt_code_editor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
from ._settings import settings
44

5-
__version__ = '0.0.41'
5+
__version__ = '0.0.42'

pyqt_code_editor/_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def __init__(self):
9393
shortcut_split_horizontally = SettingProperty('Ctrl+Shift+H', "Shortcuts")
9494
shortcut_split_vertically = SettingProperty('Ctrl+Shift+V', "Shortcuts")
9595
shortcut_quick_open_file = SettingProperty('Ctrl+P', "Shortcuts")
96-
shortcut_symbols = SettingProperty('Ctrl+R', "Shortcuts")
96+
shortcut_symbols = SettingProperty('Ctrl+L', "Shortcuts")
9797
shortcut_previous_tab = SettingProperty('Ctrl+Shift+Tab', "Shortcuts")
9898
shortcut_close_all_tabs = SettingProperty('Ctrl+Shift+W', "Shortcuts")
9999
shortcut_close_other_tabs = SettingProperty('Ctrl+Alt+W', "Shortcuts")

0 commit comments

Comments
 (0)