View Issue Details

IDProjectCategoryView StatusLast Update
0017749ScribusUser Interfacepublic2026-02-14 16:59
ReporterLynn Assigned Toale  
PrioritylowSeveritytweakReproducibilityN/A
Status resolvedResolutionfixed 
Product Version1.7.2 
Fixed in Version1.7.3.svn 
Summary0017749: [PATCH] Action Search & Style Search not listed in keyboard shortcut menu
DescriptionOne of my favorite things about Scribus is that you can set a custom keyboard shortcut for almost every action. Action Search & Style Search are both pretty new (and amazing) - I noticed that they're not listed in the Preferences > Keyboard Shortcut menu so you can't change the shortcut for them there.

They are listed in the Scribus.rc file, so the shortcut can be edited there, but it'd be great to have them on the keyboard shortcut list.
Additional InformationStyle search is excellent by the way - I've been wanting something like it forever for book typesetting. I do a lot of my scribus work on a laptop and anything that lets me not use the trackpad/mouse is a big efficiency plus.
TagsNo tags attached.
PatchYes

Activities

ale

2026-02-14 11:13

manager   ~0053481

here is a patch adding the action and style search...
actionsearch.diff (632 bytes)   
diff --git a/scribus/actionmanager.cpp b/scribus/actionmanager.cpp
index c0d50eb94..f6cfb1335 100644
--- a/scribus/actionmanager.cpp
+++ b/scribus/actionmanager.cpp
@@ -2181,6 +2181,7 @@ void ActionManager::createDefaultMenus()
 		<< "itemLock" 
 		<< "itemLockSize" 
 		<< "itemImageIsVisible" 
+		<< "itemStyleSearch"
 		<< "itemUpdateImage"
 		<< "itemAdjustFrameHeightToText"
 		<< "itemAdjustFrameToImage" 
@@ -2414,6 +2415,7 @@ void ActionManager::createDefaultMenus()
 		<< "helpAboutScribus"
 		<< "helpAboutPlugins"
 		<< "helpAboutQt"
+		<< "helpActionSearch"
 		<< "helpTooltips"
 		<< "helpManual"
 		<< "helpOnlineWWW"
actionsearch.diff (632 bytes)   

Issue History

Date Modified Username Field Change
2026-02-13 13:13 Lynn New Issue
2026-02-14 11:13 ale Note Added: 0053481
2026-02-14 11:13 ale File Added: actionsearch.diff
2026-02-14 11:13 ale Summary Action Search & Style Search not listed in keyboard shortcut menu => [PATCH] Action Search & Style Search not listed in keyboard shortcut menu
2026-02-14 11:13 ale Patch No => Yes
2026-02-14 16:59 cbradney Assigned To => ale
2026-02-14 16:59 cbradney Status new => resolved
2026-02-14 16:59 cbradney Resolution open => fixed
2026-02-14 16:59 cbradney Fixed in Version => 1.7.3.svn