GlobalKeys - Helmut-Ortmann/EnterpriseArchitect_hoTools GitHub Wiki

Global Keys

Configure an Action:

you want to perform on a free key combination like'CTRL+F1'.

Then later just press the Key combination like 'CTRL+F1' and hoTools performs the stored Action. The stored Action may use selected EA items like Packages, Diagrams, Model-Elements, Attributes, Search Results, etc.

Search

Enter your Key Combination like'CTRL+F1' and run the stored Search.

Type <Search Name> <Seach Term> Description
EA Search Simple my Search with EA Search 'Simple' for 'my'
SQL myScript.sql mySearchTerm* Run the hoTools SQL script file

Service / Script

Enter your Key Combination like 'CTRL+F1' and run the stored Service or Script.

Type Name Description
Service LockPackage Run the Service
Script hoDemo.run Run the Script

Example

  • 'F1+Shift+Ctrl' may run the Search to display my modules
  • 'F2+Shift+Ctrl' may run the SQL Query TopDiagrams.sql
  • 'F3+Ctrl' may lock the selected Package (see Services)
  • 'F4+Ctrl' may unlock the selected Package (see Services)
  • 'F5+Ctrl' may unlock all items locked by current user (see Services)
  • 'F6+Ctrl' may run your Script 'UpdateMyModule.Run' (see Scripts)

Settings

Settings Global Keys

File, Settings Global Keys

Setting General

To define the SQL search path for your SQL Scripts define it by a semicolon seperated list:

File, Setting General

References