Module beamui.events.stdactions

Standard actions commonly used in dialogs and controls.

Import line

import beamui.events.stdactions;

Functions

NameDescription
initStandardActions()

Global variables

NameTypeDescription
ACTION_ABORT Action
ACTION_APPLY Action
ACTION_BACKSPACE Action Delete char before cursor (backspace)
ACTION_CANCEL Action
ACTION_CLOSE Action
ACTION_COPY Action Copy selection to clipboard
ACTION_CREATE_DIRECTORY Action
ACTION_CUT Action Cut selection to clipboard
ACTION_DELETE Action Delete char after cursor (del key)
ACTION_DISCARD_ALL Action
ACTION_DISCARD_CHANGES Action
ACTION_DOCUMENT_BEGIN Action Move cursor to the beginning of document
ACTION_DOCUMENT_END Action Move cursor to the end of document
ACTION_ENTER Action Insert new line (Enter)
ACTION_IGNORE Action
ACTION_LINE_BEGIN Action Move cursor to the beginning of line
ACTION_LINE_END Action Move cursor to the end of line
ACTION_NO Action
ACTION_OK Action
ACTION_OPEN Action
ACTION_OPEN_DIRECTORY Action
ACTION_OPEN_URL Action
ACTION_PAGE_BEGIN Action Move cursor to the beginning of page
ACTION_PAGE_DOWN Action Move cursor one page down
ACTION_PAGE_END Action Move cursor to the end of page
ACTION_PAGE_UP Action Move cursor one page up
ACTION_PASTE Action Paste selection from clipboard
ACTION_REDO Action Redo last undid change
ACTION_RETRY Action
ACTION_SAVE Action
ACTION_SAVE_ALL Action
ACTION_SELECT_ALL Action Select whole content (usually, Ctrl+A)
ACTION_SELECT_DOCUMENT_BEGIN Action Move cursor to the beginning of document with selection
ACTION_SELECT_DOCUMENT_END Action Move cursor to the end of document with selection
ACTION_SELECT_LINE_BEGIN Action Move cursor to the beginning of line with selection
ACTION_SELECT_LINE_END Action Move cursor to the end of line with selection
ACTION_SELECT_PAGE_BEGIN Action Move cursor to the beginning of page with selection
ACTION_SELECT_PAGE_DOWN Action Move cursor one page down with selection
ACTION_SELECT_PAGE_END Action Move cursor to the end of page with selection
ACTION_SELECT_PAGE_UP Action Move cursor one page up with selection
ACTION_UNDO Action Undo last change
ACTION_YES Action
ACTION_ZOOM_IN Action Zoom in
ACTION_ZOOM_OUT Action Zoom out