From: Richard Heck Date: Sun, 6 Jan 2008 18:24:15 +0000 (+0000) Subject: Further LFUN documentation. Just simple cases, for completeness. X-Git-Tag: 1.6.10~6733 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8d171d97c63fa4fcec6feb79616066fa70238fea;p=features.git Further LFUN documentation. Just simple cases, for completeness. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22406 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/lfuns.h b/src/lfuns.h index 748adc9fe5..adef48e5eb 100644 --- a/src/lfuns.h +++ b/src/lfuns.h @@ -121,12 +121,42 @@ enum kb_action { * \li Syntax: buffer-auto-save */ LFUN_BUFFER_AUTO_SAVE, +/** + * LFUN_UNDO + * \li Action: Undoes the last edit + * \li Syntax: undo + */ LFUN_UNDO, +/** + * LFUN_REDO + * \li Action: Redoes the last thing undone + * \li Syntax: redo + */ LFUN_REDO, +/** + * LFUN_PASTE + * \li Action: Pastes from the active clipboard + * \li Syntax: paste + */ LFUN_PASTE, +/** + * LFUN_PRIMARY_SELECTION_PASTE + * \li Action: Pastes the material currently selected + * \li Syntax: primary-selection-paste + */ LFUN_PRIMARY_SELECTION_PASTE, // 15 +/** + * LFUN_CUT + * \li Action: Cuts to the clipboard + * \li Syntax: cut + */ LFUN_CUT, +/** + * LFUN_COPY + * \li Action: Copies to the clipboard the last edit + * \li Syntax: copy + */ LFUN_COPY, LFUN_ERROR_NEXT, LFUN_NOTE_NEXT, @@ -555,7 +585,7 @@ enum kb_action { * \li Notion: Modifies the current paragraph, or currently selected paragraphs. This function only modifies, and does not override, existing settings. Note that the "leftindent" indent setting is deprecated. - * \li Syntax: paragraph-params + * \li Syntax: paragraph-params [] [] [] [] * \li Params: : \\noindent|\\indent|\\indent-toggle|\\leftindent LENGTH\n : \\paragraph_spacing default|single|onehalf|double|other\n : \\align block|left|right|center|default\n