To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=111775
------- Additional comments from [email protected] Thu Sep 16 11:29:25 +0000 2010 ------- As said above, the fact that Cmd+V works in a writable document is because the .uno:Paste slot is bound to Cmd+V, so when the key is dispatched to the main menu, it is recognized as accelerator, translated into .uno:Paste, dispatched to the form shell, and executed there. Looking into the definition of SID_PAST (resp. ".uno:Paste") shows that this slot has the "ReadOnlyDoc = FALSE" attribute, which means that OOo's application framework disables it in read-only docs, without asking anybody for its actual state. This implies that we cannot simply "overrule" this command's state in the form shell. I'm somewhat stuck here ... waiting for pl's command on the key event handling part. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
