The CUI Shortcut project demonstrates how to add a keyboard shortcut to Aras Innovator.
This project and the following release notes have been migrated from the old Aras Projects page.
Release | Notes |
---|---|
v2.1 | Bug fixes |
v2.0 | Added new keyboard shortcuts |
v1 | Initial Release * |
* The original shortcut this project demonstrated used Ctrl+A to select all items in a grid. This was added to standard product around 11.0 SP12, so it is not recommended that you use v1.
Project | Aras |
---|---|
v2.1 | 12.0 SP14 |
v2.0 | 11.0 SP15 |
v1 | 11.0 SP12, 11.0 SP9 |
Though tested using Aras 12.0 SP14, this should support any version of 12.0
Always back up your code tree and database before applying an import package or code tree patch!
- Aras Innovator installed (version 12.0 SPx preferred)
- Aras Package Import tool
- CUI Shortcut import package
- Backup your database and store the BAK file in a safe place.
- Open up the Aras Package Import tool.
- Enter your login credentials and click Login
- Note: You must login as root for the package import to succeed!
- Enter the package name in the TargetRelease field.
- Optional: Enter a description in the Description field.
- Enter the path to your local
..\cui-shortcut\Import\imports.mf
file in the Manifest File field. - Select aras.labs.CUI_Shortcut in the Available for Import field.
- Select Type = Merge and Mode = Thorough Mode.
- Click Import in the top left corner.
- Close the Aras Package Import tool.
You are now ready to login to Aras and try out this new CUI Shortcut.
There are 9 shortcuts added in this project, showing off 3 different shortcut locations.
- Ctrl+Shift+C - Copy the currently selected item's ID into your clipboard
- Ctrl+Shift+C - Copy the current item's ID into your clipboard
- Ctrl+R - Refresh the current item window from the dom
- Alt+Ctrl+S - Open up the structure browser of the current item
- Alt+Ctrl+W - Open up the where used of the current item
- Ctrl+Shift+C - Copy the currently selected relationship's ID into your clipboard
- Ctrl+C * - Copy the current relationship using Aras Innovator's clipboard
- Ctrl+V * - Paste the relationship onto the current item using Aras Innovator's clipboard
- Alt+Ctrl+V * - Uses a special paste functionality using Aras Innovator's clipboard
- This is equivalent to using "Paste Special"
* These shortcuts will not interfere with the default copy/paste functionality when you copy data from a cell in the relationship grid
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
For more information on contributing to this project, another Aras Labs project, or any Aras Community project, shoot us an email at araslabs@aras.com.
Project written, documented, and published by Christopher Gillis at Aras Labs. @csgillis-aras
Aras Labs projects are published to Github under the MIT license. See the LICENSE file for license rights and limitations.