Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 1f8f24f

Browse files
authored
Merge pull request #12 from JanluOfficial/main
Added CRTL+I shortcut to import from web
2 parents 1b94bf0 + 7fffec6 commit 1f8f24f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scratchpad.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ def createFileActions(self, menu):
284284
menu.addAction(saveAsAction)
285285
self.actions['saveas'] = saveAsAction
286286
importFromWebAction = QAction('Import From Web', self)
287+
importFromWebAction.setShortcut('Ctrl+I')
287288
importFromWebAction.triggered.connect(self.importFromWeb)
288289
menu.addAction(importFromWebAction)
289290
self.actions['importfromweb'] = importFromWebAction

0 commit comments

Comments
 (0)