CTRL+SHIFT+I should not trigger CTRL+I (#10818)

This commit is contained in:
dragoon
2025-03-20 19:37:18 +05:30
committed by GitHub
parent 8e8c5a8621
commit a9832c88c3
+1
View File
@@ -123,6 +123,7 @@ export function uiInfo(context) {
context.keybinding()
.on(uiCmd('⌘' + t('info_panels.key')), function(d3_event) {
if (d3_event.shiftKey) return;
d3_event.stopImmediatePropagation();
d3_event.preventDefault();
info.toggle();