BasicFEA

Map Keyboard Shortcuts

Map Keyboard Shortcuts

Previous topic Next topic No expanding text in this topic  

Map Keyboard Shortcuts

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Keyboard shortcuts can be used to map BasicFEA functions to keys or key combinations, so that you can quickly execute tasks that you use frequently simply by pressing one or more keys on the keyboard. One example of this is the default mapping of the <f> key, which, when pressed, zooms and pans the graphics area view to fit the currently displayed model to the screen.

You can customize the default shortcut mappings to create your own shortcuts for a variety of tasks. Examples include:

Jumping to a specific panel
Executing a macro

The following keys are usable when defining shortcuts:

Letter and number keys ("standard" keys)
<Ctrl> plus another "standard" key
<shift> plus another "standard" key
<Ctrl> plus <shift> plus another "standard" key

You can assign or remove a shortcut by selecting Keyboard Settings from the Preferences menu.

key-command_mappings

The keyboard option opens a free-standing window with a keyboard display

Keys display in the Key-Command Mappings window with colors based on their mapping:

key_mapping_legend

To map a function to a shortcut key, select the appropriate key by clicking in the keyboard menu or holding down that key on your keyboard. The selected key highlights in blue. Next, enter the appropriate command(s) and if necessary the file name (for a tcl script) in the table area of the menu located below the keyboard diagram.

Notes

Some special-function keys, such as tab, shift, esc, Ctrl, alt, backspace, and so on, cannot be mapped. Those keys are identified with a different color:

Use the hm_pushpanelitem command in a shortcut to jump to a specific subpanel of a panel. For example, to enter the combine subpanel in the Edit Element panel, use:

hm_pushpanelitem {edit element} {combine}

This will take you to the last used subpanel in the specified panel.

Any BasicFEA command file commands can be mapped to a shortcut key.
Some keyboard shortcuts are mapped by default during installation, and some utilize functions which are only accessible via shortcut keys. Remapping such keys to new functionality results in loss of original functionality. Examples of such shortcuts are:

Incremental rotate left, up, right and down respectively.

Ctrl +

Incremental clockwise, counterclockwise and reverse view.

Ctrl + F1

Creates bitmap file of the screen and spools it to the printer.

Ctrl + F2

Creates a bitmap file of the screen and writes it to disk.

Ctrl + F3

Creates PostScript file of the screen and spools it to printer.

Ctrl + F4

Creates a PostScript file of the screen and writes it to disk.

Ctrl + F5

Creates a black and white PostScript file of the screen and spools it to the printer.

Ctrl + F6

Generates a *.jpg screen capture or animation file.

 

See Also:

Keyboard

Input Controls