mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
* Doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22674 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5b46cbef1a
commit
8c9342ca29
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user