From 41e45a8977e6115cc10cc6bf0b7af3ed05094d79 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Mon, 7 Jul 2008 17:26:07 +0000 Subject: [PATCH] * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25483 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 7 +++++++ src/Server.cpp | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 4534f9ee44..0dd1f39df0 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -2323,6 +2323,13 @@ void LyXAction::init() * \endvar */ { LFUN_SERVER_GOTO_FILE_ROW, "server-goto-file-row", ReadOnly, System }, +/*! + * \var lyx::FuncCode lyx::LFUN_SERVER_NOTIFY + * \li Action: Sends notify message about the last key-sequence to client. + * \li Notion: This can be used to grab last key-sequence used inside the LyX window. + * \li Syntax: server-notify + * \endvar + */ { LFUN_SERVER_NOTIFY, "server-notify", ReadOnly, System }, /*! * \var lyx::FuncCode lyx::LFUN_SERVER_SET_XY diff --git a/src/Server.cpp b/src/Server.cpp index 14c1e202dd..99be0afa5a 100644 --- a/src/Server.cpp +++ b/src/Server.cpp @@ -495,7 +495,7 @@ void Server::callback(string const & msg) } -// Send a notify messge to a client, called by WorkAreaKeyPress +// Send a notify message to a client, called by WorkAreaKeyPress void Server::notifyClient(string const & s) { pipes_.send("NOTIFY:" + s + "\n"); -- 2.39.5