git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22674 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-01-26 00:43:49 +00:00
parent 5b46cbef1a
commit 8c9342ca29

View File

@ -1059,6 +1059,14 @@ void LyXAction::init()
* \li Origin: Asger, 14 Feb 1997 * \li Origin: Asger, 14 Feb 1997
*/ */
{ LFUN_RECONFIGURE, "reconfigure", NoBuffer, System }, { LFUN_RECONFIGURE, "reconfigure", NoBuffer, System },
/**
* \var lyx::kb_action lyx::LFUN_LYXRC_APPLY
* \li Action: Apply the given settings to user preferences.
* \li Syntax: lyxrc-apply <SETTINGS>
* \li Params: <SETTINGS>: settings which are to be set. Take a look into ~/.lyx/preferences
to get an idea which commands to use and their syntax.
#lyx::LyXRC::LyXRCTags has the list of possible commands.
*/
{ LFUN_LYXRC_APPLY, "lyxrc-apply", NoBuffer, System }, { LFUN_LYXRC_APPLY, "lyxrc-apply", NoBuffer, System },
/** /**
* \var lyx::kb_action lyx::LFUN_TOGGLE_CURSOR_FOLLOWS_SCROLLBAR * \var lyx::kb_action lyx::LFUN_TOGGLE_CURSOR_FOLLOWS_SCROLLBAR