Universitaet Bremen
FB3->Group BKB

->Main->User Interface->Using the Keyboard
Home
uDraw(Graph)
Download
Service & Support
Legal



Using the Keyboard

Using the Keyboard

Input from the keyboard (i.e. mouseless operation) is supported for quick access to menu operations. In an active uDraw(Graph) base window, there are two different ways to invoke menu operations with the keyboard instead of using the mouse: mnemonics and accelerators. All menus have mnemonics, but accelerators are only available for the most frequently used menus. How to activate a window depends on the window manager and window system you use.

On this page, the default menu settings are displayed. An application connected to the API is able to reconfigure the whole user interface of uDraw(Graph), especially the content and order of menus, the mnemonics and the available accelerators. Refer to user interface configuration for details. So if you are working with an application, the following descriptions may not apply to you.

A mnemonic is the underlined character of each menu. For example, menu "File" has an underlined mnemonic F. The menu entry 'Open...' in the "File" menu has mnemonic O. So, to open a new graph, you can use the shortcut ALT+F O in a base window instead of selecting menu "File/Open..." with the mouse. ALT+F O means: Press the ALT and f key simultaneously, then release both keys and press o. Do not use upper case F and O with the SHIFT-key! So the ALT-key is only used to open a menu, ALT is not needed for the entries in a menu.

Keys to access menus
ALT+F:Open "File" Menu.
ALT+EOpen "Edit" Menu.
ALT+VOpen "View" Menu.
ALT+NOpen "Navigation" Menu.
ALT+AOpen "Abstraction" Menu.
ALT+LOpen "Layout" Menu.
ALT+OOpen "Options" Menu.
ALT+HOpen "Help" Menu.
F10Open first menu ("File" Menu).
ESCAPEClose menu (cancel).
Cursor keysBrowse through menus.
RETURNSelect current menu item.

Some frequently used menu operations have an additional accelerator key which calls the particular function immediately without going through the menus. E.g. to open a file, press the CTRL-key and the o-key (lower case!) simultaneously.

Accelerator keys to access menus
CTRL+OOpen a graph or status file
CTRL+SSave a graph or status file
CTRL+PPrint a graph
CTRL+EExport a graph
CTRL+CClose a base window
CTRL+XExit uDraw(Graph)
CTRL+NOpen New View to a graph
CTRL+LFull Scale
CTRL+TFit Scale to Window
CTRL+FFind a node
CTRL+AFind Again
CTRL+IImprove All, start layout algorithm

The navigation functions for graph browsing, usually available in the Navigation/Navigator... dialog, can also be accessed directly from the keyboard using the cursor keys:

Cursor keys to navigate in a graph
CursorLeftGo to left neighbour node
CursorRightGo to right neighbour node
CursorUpGo to nearest node at previous level
CursorDownGo to nearest node at next level
SHIFT+CursorLeftGo to nearest sibling node to the left
SHIFT+CursorRightGo to nearest sibling node to the right
SHIFT+CursorUpGo to nearest parent node
SHIFT+CursorDownGo to nearest child node
PageUpScroll upwards
PageDownScroll downwards