|
|
|
@ -212,9 +212,9 @@ module MyGui
|
|
|
|
|
KDE::Action.new "&Follow Match","go-down", KDE::Shortcut.new(TQt::Key_Return),
|
|
|
|
|
self, SLOT("goto_current_match_link()"), @main.actionCollection, "open_match"
|
|
|
|
|
|
|
|
|
|
KDE::Action.new "Search", "find", KDE::Shortcut.new(TQt::Key_F6),
|
|
|
|
|
KDE::Action.new "Search", "edit-find", KDE::Shortcut.new(TQt::Key_F6),
|
|
|
|
|
self, SLOT("focus_search()"), @main.actionCollection, "focus_search"
|
|
|
|
|
KDE::Action.new "New Search", "find", KDE::Shortcut.new(TQt::CTRL + TQt::Key_Slash),
|
|
|
|
|
KDE::Action.new "New Search", "edit-find", KDE::Shortcut.new(TQt::CTRL + TQt::Key_Slash),
|
|
|
|
|
self, SLOT("focus_and_clear_search()"), @main.actionCollection, "focus_and_clear_search"
|
|
|
|
|
|
|
|
|
|
KDE::Action.new "&Create", "new", KDE::Shortcut.new(),
|
|
|
|
|