Georg Baum wrote:
Index: src/LyXAction.C =================================================================== --- src/LyXAction.C (Revision 14378) +++ src/LyXAction.C (Arbeitskopie) @@ -134,6 +134,7 @@ void LyXAction::init() { LFUN_CHAR_DELETE_FORWARD, "delete-forward", SingleParUpdate }, { LFUN_CHAR_FORWARD, "char-forward", ReadOnly | NoUpdate}, { LFUN_CHAR_FORWARD_SELECT, "forward-select", ReadOnly | SingleParUpdate }, + { LFUN_CLIPBOARD_PASTE, "clipboard-paste", Noop }, { LFUN_COMMAND_EXECUTE, "command-execute", NoBuffer }, { LFUN_COMMAND_PREFIX, "command-prefix", NoBuffer }, { LFUN_COMMAND_SEQUENCE, "command-sequence", NoBuffer },
Georg,
I didn't have the time to follow the complete thread in depth. However, I wonder whether there is really a need to add another LFUN. I would have expected fewer LFUNs rather than more LFUNs... Nevertheless, a simplified cut-and-paste functionality on Windows (with other applications) is highly appreciated!
Michael