Custom Site Search Shortcuts
Custom site searches allow you to search a particular url with a search term and this quick guide will show you how to create them for documentation such as Maya, MotionBuilder and Qt in Chrome and Safari.
Chrome
- Navigate to your settings: chrome://settings/searchEngines
- Add a new entry to the site search section
- Give your custom site search a name
- Add a shortcut word or phrase, you can use a non-alphanumeric character at the start to avoid accidentally triggering the custom site search when searching
- Add the url to use for the custom site search and add %s to the url where you want your search term to be injected into the url
Safari
Out of the box safari does not support custom site searches, so you’ll need to install an extension called Keyword search: https://apps.apple.com/gb/app/keyword-search/id1558453954
- Click the Keyword search extension icon to open the extension.
- Add a new entry
- Give your custom site search a name
- Add a shortcut word or phrase, you can use a non-alphanumeric character at the start to avoid accidentally triggering the custom site search when searching
- Add the url to use for the custom site search and add @@@ to the url where you want
Examples
Maya Python and Mel Documentation
https://help.autodesk.com/cloudhelp/2023/ENU/Maya-Tech-Docs/CommandsPython/%s.html
https://help.autodesk.com/cloudhelp/2023/ENU/Maya-Tech-Docs/Commands/%s.html
https://help.autodesk.com/cloudhelp/2023/ENU/Maya-Tech-Docs/CommandsPython/@@@.html
https://help.autodesk.com/cloudhelp/2023/ENU/Maya-Tech-Docs/Commands/@@@.html
MotionBuilder Python Documentation
https://help.autodesk.com/cloudhelp/2023/ENU/MotionBuilder-SDK/py_ref/class_f_b_%s.html
https://help.autodesk.com/cloudhelp/2023/ENU/MotionBuilder-SDK/py_ref/class_f_b_@@@.html
PySide2 Documentation
https://doc.qt.io/qtforpython-5/PySide2/QtCore/%s.html
https://doc.qt.io/qtforpython-5/PySide2/QtGui/%s.html
https://doc.qt.io/qtforpython-5/PySide2/QtWidgets/%s.html
https://doc.qt.io/qtforpython-5/PySide2/QtCore/@@@.html
https://doc.qt.io/qtforpython-5/PySide2/QtGui/@@@.html
https://doc.qt.io/qtforpython-5/PySide2/QtWidgets/@@@.html